From 43be0a1a3fb4420e8b4af990399991ca9d2c742e Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 10 Feb 2026 17:29:00 +0200 Subject: [PATCH] chore(desktop): disable dev tools for the print window --- apps/server/src/services/window.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/server/src/services/window.ts b/apps/server/src/services/window.ts index 13cfee2818..a3a3209c35 100644 --- a/apps/server/src/services/window.ts +++ b/apps/server/src/services/window.ts @@ -167,6 +167,7 @@ async function getBrowserWindowForPrinting(e: IpcMainEvent, notePath: string, ac nodeIntegration: true, contextIsolation: false, offscreen: true, + devTools: false, session: e.sender.session }, });