Add update check functionality

Implement version checking and update notifications in the GUI
This commit is contained in:
2026-06-15 14:23:30 +07:00
parent 4c9eacccb7
commit 9db52595c7
8 changed files with 446 additions and 9 deletions
+2
View File
@@ -54,6 +54,8 @@ pub fn run() {
bridge::mark_read,
bridge::clear_events,
bridge::health,
bridge::check_update,
bridge::open_external,
bridge::get_config,
bridge::set_config,
bridge::shutdown_daemon,