fix: suppress stub dead-code warnings; clarify update toast copy
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
invoke("check_for_update")
|
||||
.then((version) => {
|
||||
if (version) {
|
||||
toasts.info(`Kon ${version} is available. Restart to install.`);
|
||||
toasts.info(`Kon ${version} is available. Download and restart to update.`);
|
||||
}
|
||||
})
|
||||
.catch(() => { /* update check failure must not affect the app */ });
|
||||
|
||||
Reference in New Issue
Block a user