Electron 10.

This commit is contained in:
Daniel Scalzi
2020-09-13 02:10:11 -04:00
parent 9a2c1fd9b9
commit 2156099ea8
3 changed files with 28 additions and 36 deletions

View File

@@ -104,7 +104,7 @@ function createWindow() {
nodeIntegration: true,
contextIsolation: false,
enableRemoteModule: true,
worldSafeExecuteJavaScript: false
worldSafeExecuteJavaScript: true
},
backgroundColor: '#171614'
})