Disable background throttling for smoother outgoing call video
This commit is contained in:
parent
a7de10f628
commit
57d206a344
1 changed files with 1 additions and 0 deletions
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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue