From 0a4256aa484d732e2b9111850b73881054fb45fa Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Mon, 17 Aug 2020 12:14:33 +0300 Subject: [PATCH] Cleanup Signed-off-by: Lauri Nevala --- src/main/window-manager.ts | 1 - 1 file changed, 1 deletion(-) 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);