From 57d206a34478d22b115ba909ea6055f93665de0d Mon Sep 17 00:00:00 2001 From: Peter Thatcher Date: Thu, 27 Aug 2020 11:07:29 -0700 Subject: [PATCH] Disable background throttling for smoother outgoing call video --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 91eacdeb5..a5dfe7274 100644 --- a/main.js +++ b/main.js @@ -291,6 +291,7 @@ async function createWindow() { preload: path.join(__dirname, 'preload.js'), nativeWindowOpen: true, spellcheck: await getSpellCheckSetting(), + backgroundThrottling: false, }, icon: windowIcon, },