Don't auto-update during calls
This commit is contained in:
parent
e46b1f7958
commit
57efbe50bc
1 changed files with 2 additions and 1 deletions
|
@ -1174,7 +1174,8 @@ async function readyForUpdates() {
|
||||||
canRunSilently: () => {
|
canRunSilently: () => {
|
||||||
return (
|
return (
|
||||||
systemTrayService?.isVisible() === true &&
|
systemTrayService?.isVisible() === true &&
|
||||||
mainWindow?.isVisible() === false
|
mainWindow?.isVisible() !== true &&
|
||||||
|
mainWindow?.webContents?.getBackgroundThrottling() !== false
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue