mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-19 01:24:09 +01:00
Add dialog message box for update download event
This commit is contained in:
parent
b525abc7dd
commit
67738d5b6c
@ -22,6 +22,7 @@ const autoUpdate = (event: UpdateDownloadedEvent) => {
|
||||
shell.openExternal(
|
||||
"https://github.com/upscayl/upscayl/releases/tag/v" + event.version
|
||||
);
|
||||
dialog.showMessageBoxSync(dialogOpts);
|
||||
} else {
|
||||
logit("🚫 Update Installation Cancelled");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user