update Electron

+ update electron-unhandled
This commit is contained in:
Araxeus
2022-03-08 19:45:44 +02:00
parent 704fba9aba
commit c3d90d8b27
3 changed files with 33 additions and 16 deletions

View File

@ -119,7 +119,6 @@ function createMainWindow() {
contextIsolation: false,
preload: path.join(__dirname, "preload.js"),
nodeIntegrationInSubFrames: true,
nativeWindowOpen: true, // window.open return Window object(like in regular browsers), not BrowserWindowProxy
affinity: "main-window", // main window, and addition windows should work in one process
...(isTesting()
? {