Dependency upgrade.
This commit is contained in:
4
index.js
4
index.js
@@ -102,7 +102,9 @@ function createWindow() {
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'app', 'assets', 'js', 'preloader.js'),
|
||||
nodeIntegration: true,
|
||||
contextIsolation: false
|
||||
contextIsolation: false,
|
||||
enableRemoteModule: true,
|
||||
worldSafeExecuteJavaScript: false
|
||||
},
|
||||
backgroundColor: '#171614'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user