This reverts commit 66d6ba8689
.
This commit is contained in:
parent
66d6ba8689
commit
1b7418fb7b
9 changed files with 43 additions and 100 deletions
|
@ -16,10 +16,7 @@ exports.load = (appUrl) => {
|
|||
autoHideMenuBar: true,
|
||||
backgroundColor: '#FFFFFF',
|
||||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
webviewTag: false,
|
||||
contextIsolation: true,
|
||||
preload: path.resolve(__dirname, 'renderer.js')
|
||||
nodeIntegrationInWorker: true
|
||||
},
|
||||
useContentSize: true,
|
||||
show: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue