forked from akanyan/STARTLINER
fix: remove update check from the ui
it is no longer necessary
This commit is contained in:
@ -11,7 +11,6 @@ use tauri::AppHandle;
|
||||
|
||||
pub struct GlobalState {
|
||||
pub remain_open: bool,
|
||||
pub has_updated: bool,
|
||||
}
|
||||
|
||||
pub struct AppData {
|
||||
@ -50,7 +49,7 @@ impl AppData {
|
||||
profile: profile,
|
||||
pkgs: PackageStore::new(apph.clone()),
|
||||
cfg,
|
||||
state: GlobalState { remain_open: true, has_updated: false },
|
||||
state: GlobalState { remain_open: true },
|
||||
patch_set
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user