From 50447f62b2b7a93cdd413ff38f210a8b08986d3f Mon Sep 17 00:00:00 2001 From: Todd Martin Date: Wed, 1 Jan 2025 12:41:12 -0500 Subject: [PATCH] More adjustments to enable DevTools --- apps/desktop/src/main/window.main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/main/window.main.ts b/apps/desktop/src/main/window.main.ts index 8fe1777207..33215b3419 100644 --- a/apps/desktop/src/main/window.main.ts +++ b/apps/desktop/src/main/window.main.ts @@ -205,7 +205,7 @@ export class WindowMain { backgroundThrottling: false, contextIsolation: true, session: this.session, - devTools: isDev(), + devTools: true, }, });