mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
feat: add 'Check for updates' option to tray menu and improve update handling
This commit is contained in:
parent
e29f2fcfa5
commit
6157eb75a1
4 changed files with 41 additions and 15 deletions
|
@ -96,7 +96,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(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue