1
0
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:
Nayam Amarshe 2024-01-15 17:48:16 +05:30
parent b525abc7dd
commit 67738d5b6c

View File

@ -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");
}