mirror of
https://github.com/zadam/trilium.git
synced 2026-07-07 20:02:49 +02:00
chore(desktop): disable dev tools for the print window
This commit is contained in:
@@ -167,6 +167,7 @@ async function getBrowserWindowForPrinting(e: IpcMainEvent, notePath: string, ac
|
||||
nodeIntegration: true,
|
||||
contextIsolation: false,
|
||||
offscreen: true,
|
||||
devTools: false,
|
||||
session: e.sender.session
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user