diff --git a/app/main.ts b/app/main.ts index 3ec4b2d0cc..1addcb217e 100644 --- a/app/main.ts +++ b/app/main.ts @@ -1174,7 +1174,8 @@ async function readyForUpdates() { canRunSilently: () => { return ( systemTrayService?.isVisible() === true && - mainWindow?.isVisible() === false + mainWindow?.isVisible() !== true && + mainWindow?.webContents?.getBackgroundThrottling() !== false ); }, });