Skip to content

Commit

Permalink
$$$ update $$$
Browse files Browse the repository at this point in the history
  • Loading branch information
darekf77 committed Apr 17, 2024
1 parent 4bb9a09 commit 23b0d9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app.electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ win = new BrowserWindow({
x: 0,
y: 0,
autoHideMenuBar: true,
width: size.width / 2,
height: size.height / 2,
width: size.width / 1.5,
height: size.height / 1.5,
webPreferences: {
nodeIntegration: true,
allowRunningInsecureContent: (serve),
contextIsolation: false,
},
});

win.webContents.openDevTools();
win.webContents.openDevTools();

if (serve) {
const debug = require('electron-debug');
Expand Down

0 comments on commit 23b0d9f

Please sign in to comment.