diff --git a/src/electron/window.main.ts b/src/electron/window.main.ts index bf4d28dbbbb..e650ad38d6a 100644 --- a/src/electron/window.main.ts +++ b/src/electron/window.main.ts @@ -114,6 +114,7 @@ export class WindowMain { webPreferences: { nodeIntegration: true, webviewTag: true, + backgroundThrottling: false, }, });