diff --git a/src/electron/window.main.ts b/src/electron/window.main.ts index bf4d28db..e650ad38 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, }, });