chore: linting

This commit is contained in:
zhom
2025-06-17 07:00:18 +04:00
parent 130f8b86d1
commit 703154b30f
3 changed files with 41 additions and 43 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ pub fn run() {
});
let app_handle_auto_updater = app.handle().clone();
// Start the auto-update check task separately
tauri::async_runtime::spawn(async move {
auto_updater::check_for_updates_with_progress(app_handle_auto_updater).await;