diff --git a/src/main/services/window-manager.ts b/src/main/services/window-manager.ts index 9f4d821e..201b13ad 100644 --- a/src/main/services/window-manager.ts +++ b/src/main/services/window-manager.ts @@ -95,6 +95,7 @@ export class WindowManager { minimizable: false, webPreferences: { sandbox: false, + nodeIntegrationInSubFrames: true, }, });