Update to Electron 12

This commit is contained in:
Geomitron
2021-04-09 18:44:38 -05:00
parent 903c86edf3
commit d88962a07e
3 changed files with 25017 additions and 87 deletions

View File

@@ -111,7 +111,8 @@ function createBrowserWindow(windowState: windowStateKeeper.State) {
nodeIntegration: true,
allowRunningInsecureContent: (isDevBuild) ? true : false,
textAreasAreResizable: false,
enableRemoteModule: true
enableRemoteModule: true,
contextIsolation: false
},
simpleFullscreen: true,
fullscreenable: false,