Browse Source
Merge pull request #173 from Empact/fix/electron-settings
Drop ineffectual nodeintegration electron setting
renovate/lint-staged-8.x
JimmyMow
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
app/main.dev.js
|
@ -82,7 +82,6 @@ app.on('ready', async () => { |
|
|
mainWindow = new BrowserWindow({ |
|
|
mainWindow = new BrowserWindow({ |
|
|
show: false, |
|
|
show: false, |
|
|
frame: false, |
|
|
frame: false, |
|
|
nodeIntegration: false, |
|
|
|
|
|
icon: icon |
|
|
icon: icon |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|