Merge branch 'main' into issue/settings

This commit is contained in:
PandaDEV 2025-01-10 22:20:44 +10:00 committed by GitHub
commit dde27b37a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 50 additions and 33 deletions

View file

@ -99,7 +99,7 @@ fn main() {
let _ = app.track_event("app_started", None);
tauri::async_runtime::spawn(async move {
api::updater::check_for_updates(app_handle).await;
api::updater::check_for_updates(app_handle, false).await;
});
Ok(())