mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
Force updates to be silent (#739)
This commit is contained in:
@@ -109,7 +109,7 @@ export class UpdaterMain {
|
|||||||
if (result.response === 0) {
|
if (result.response === 0) {
|
||||||
// Quit and install have a different window logic, setting `isQuitting` just to be safe.
|
// Quit and install have a different window logic, setting `isQuitting` just to be safe.
|
||||||
this.windowMain.isQuitting = true;
|
this.windowMain.isQuitting = true;
|
||||||
autoUpdater.quitAndInstall(false, true);
|
autoUpdater.quitAndInstall(true, true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user