We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01db9b1 commit 863fcacCopy full SHA for 863fcac
src/main/main.ts
@@ -20,7 +20,7 @@ const browserWindowOpts = {
20
minHeight: 400,
21
resizable: false,
22
skipTaskbar: true, // Hide the app from the Windows taskbar
23
- // TODO ideally we would disable this as use a preload script with a context bridge
+ // TODO #700 refactor to use preload script with a context bridge
24
webPreferences: {
25
nodeIntegration: true,
26
contextIsolation: false,
0 commit comments