mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Update "haveBeenUpdated" when update is available
This commit is contained in:
@@ -39,6 +39,7 @@ export class AutoUpdaterService {
|
||||
if (!info?.updateInfo) {
|
||||
return false;
|
||||
}
|
||||
this.setHaveBeenUpdated(true);
|
||||
return gt(info.updateInfo.version, autoUpdater.currentVersion.version);
|
||||
})();
|
||||
resolve(needUpdate);
|
||||
|
||||
Reference in New Issue
Block a user