Disable background throttling for smoother outgoing call video
This commit is contained in:

committed by
Josh Perez

parent
a7de10f628
commit
57d206a344
1
main.js
1
main.js
@@ -291,6 +291,7 @@ async function createWindow() {
|
|||||||
preload: path.join(__dirname, 'preload.js'),
|
preload: path.join(__dirname, 'preload.js'),
|
||||||
nativeWindowOpen: true,
|
nativeWindowOpen: true,
|
||||||
spellcheck: await getSpellCheckSetting(),
|
spellcheck: await getSpellCheckSetting(),
|
||||||
|
backgroundThrottling: false,
|
||||||
},
|
},
|
||||||
icon: windowIcon,
|
icon: windowIcon,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user