chore(desktop): disable dev tools for the print window

This commit is contained in:
Elian Doran
2026-02-10 17:29:00 +02:00
parent 5eb32744c3
commit 43be0a1a3f

View File

@@ -167,6 +167,7 @@ async function getBrowserWindowForPrinting(e: IpcMainEvent, notePath: string, ac
nodeIntegration: true,
contextIsolation: false,
offscreen: true,
devTools: false,
session: e.sender.session
},
});