From 9aa3cbf73d9df9a2641654270911359593bcb5c5 Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Wed, 4 Nov 2020 12:21:29 -0500 Subject: [PATCH] Turned off background throttling for browserWindow (#196) --- src/electron/window.main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/electron/window.main.ts b/src/electron/window.main.ts index bf4d28dbbb..e650ad38d6 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, }, });