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 a18491d commit 0cc36a4Copy full SHA for 0cc36a4
app.js
@@ -22,9 +22,9 @@ function createWindow() {
22
width: size.width,
23
height: size.height,
24
frame: false,
25
- icon : 'src/assets/icons/ic_launcher_round.png',
+ icon : 'dist/ic_launcher_round.png',
26
webPreferences: {
27
- devTools: false,
+ devTools: true,
28
webSecurity: false,
29
nodeIntegration: true,
30
allowRunningInsecureContent: (serve),
0 commit comments