mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
add getHaveBeenUpdated method
This commit is contained in:
@@ -35,11 +35,14 @@ export class AutoUpdaterService {
|
||||
});
|
||||
|
||||
this.progressService.show(this.downloadProgress$, true);
|
||||
|
||||
return promise;
|
||||
}
|
||||
|
||||
public quitAndInstall() {
|
||||
this.ipcService.sendLazy("install-update");
|
||||
}
|
||||
|
||||
public getHaveBeenUpdated(): Observable<boolean>{
|
||||
return this.ipcService.sendV2<boolean>("have-been-updated");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user