diff --git a/apps/desktop/src/main.ts b/apps/desktop/src/main.ts index deb09d2f335..15c84573556 100644 --- a/apps/desktop/src/main.ts +++ b/apps/desktop/src/main.ts @@ -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$),