From dfbf1ad48c15a473f68c379eb3395c66e36bb7b7 Mon Sep 17 00:00:00 2001 From: Robyn MacCallum Date: Fri, 1 Aug 2025 10:21:33 -0400 Subject: [PATCH] Stop auto updates --- apps/desktop/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$),