Disable background throttling for smoother outgoing call video

This commit is contained in:
Peter Thatcher 2020-08-27 11:07:29 -07:00 committed by Josh Perez
parent a7de10f628
commit 57d206a344

View file

@ -291,6 +291,7 @@ async function createWindow() {
preload: path.join(__dirname, 'preload.js'),
nativeWindowOpen: true,
spellcheck: await getSpellCheckSetting(),
backgroundThrottling: false,
},
icon: windowIcon,
},