Fix electron windows screen and window picker for screensharing
Some checks failed
Queue Release Build / prepare (push) Successful in 13s
Queue Release Build / build-windows (push) Has started running
Queue Release Build / finalize (push) Has been cancelled
Queue Release Build / build-linux (push) Has been cancelled

This commit is contained in:
2026-03-11 14:39:47 +01:00
parent 22f583e6b3
commit fbdb5c38cf
13 changed files with 735 additions and 37 deletions

View File

@@ -729,7 +729,7 @@ export function restartToApplyUpdate(): boolean {
return false;
}
autoUpdater.quitAndInstall(false, true);
autoUpdater.quitAndInstall(true, true);
return true;
}