diff --git a/src/main/window-manager.ts b/src/main/window-manager.ts index 903c9d8525..9985f39597 100644 --- a/src/main/window-manager.ts +++ b/src/main/window-manager.ts @@ -74,7 +74,7 @@ export class WindowManager extends Singleton { nodeIntegrationInSubFrames: true, webviewTag: true, contextIsolation: false, - nativeWindowOpen: true, + nativeWindowOpen: false, }, }); this.windowState.manage(this.mainWindow);