Retry updater when in-call app close is cancelled
This commit is contained in:
parent
ab1ae26489
commit
9d2a043191
6 changed files with 50 additions and 7 deletions
|
@ -871,6 +871,7 @@ async function createWindow() {
|
|||
);
|
||||
}
|
||||
if (!shouldClose) {
|
||||
updater.onRestartCancelled();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue