mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Don't auto-update during calls
This commit is contained in:
@@ -1174,7 +1174,8 @@ async function readyForUpdates() {
|
||||
canRunSilently: () => {
|
||||
return (
|
||||
systemTrayService?.isVisible() === true &&
|
||||
mainWindow?.isVisible() === false
|
||||
mainWindow?.isVisible() !== true &&
|
||||
mainWindow?.webContents?.getBackgroundThrottling() !== false
|
||||
);
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user