diff --git a/src/main/window-manager.ts b/src/main/window-manager.ts index 0c2f924870..0f5ad87ef7 100644 --- a/src/main/window-manager.ts +++ b/src/main/window-manager.ts @@ -30,7 +30,6 @@ export class WindowManager { nodeIntegration: true, enableRemoteModule: true, webviewTag: true, - nodeIntegrationInSubFrames: true }, }); this.windowState.manage(this.mainView);