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 }, });