1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Force updates to be silent (#739)

This commit is contained in:
Oscar Hinton
2022-03-25 10:13:50 +01:00
committed by GitHub
parent a825e86921
commit 81607e810e

View File

@@ -109,7 +109,7 @@ export class UpdaterMain {
if (result.response === 0) {
// Quit and install have a different window logic, setting `isQuitting` just to be safe.
this.windowMain.isQuitting = true;
autoUpdater.quitAndInstall(false, true);
autoUpdater.quitAndInstall(true, true);
}
});