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 41ec8c5 commit 73b2030Copy full SHA for 73b2030
src/main/main.ts
@@ -19,6 +19,7 @@ const browserWindowOpts = {
19
minHeight: 400,
20
resizable: false,
21
skipTaskbar: true, // Hide the app from the Windows taskbar
22
+ // TODO ideally we would disable this as use a preload script with a context bridge
23
webPreferences: {
24
enableRemoteModule: true,
25
nodeIntegration: true,
0 commit comments