feat(app): event_log and mark_read bridge commands

This commit is contained in:
2026-06-10 08:15:22 +07:00
parent 21fe1308cc
commit d08a446b6f
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -47,6 +47,8 @@ pub fn run() {
bridge::set_group,
bridge::delete_group,
bridge::focus,
bridge::event_log,
bridge::mark_read,
])
.run(tauri::generate_context!())
.expect("error while running spacesh");