1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 19:23:19 +00:00

Stop auto updates

This commit is contained in:
Robyn MacCallum
2025-08-01 10:21:33 -04:00
parent a7d12b5489
commit dfbf1ad48c

View File

@@ -350,7 +350,7 @@ export class Main {
await this.trayMain.hideToTray();
}
this.powerMonitorMain.init();
await this.updaterMain.init();
//await this.updaterMain.init();
const [browserIntegrationEnabled, ddgIntegrationEnabled] = await Promise.all([
firstValueFrom(this.desktopSettingsService.browserIntegrationEnabled$),