feat(app): tauri get_config/set_config bridge commands
This commit is contained in:
@@ -53,6 +53,8 @@ pub fn run() {
|
||||
bridge::event_log,
|
||||
bridge::mark_read,
|
||||
bridge::health,
|
||||
bridge::get_config,
|
||||
bridge::set_config,
|
||||
])
|
||||
.run(tauri::generate_context!())
|
||||
.expect("error while running spacesh");
|
||||
|
||||
Reference in New Issue
Block a user