fix: suppress stub dead-code warnings; clarify update toast copy
Some checks failed
check / cargo check (macos-latest) (push) Has been cancelled
check / cargo check (ubuntu-22.04) (push) Has been cancelled
check / cargo check (windows-latest) (push) Has been cancelled
check / svelte build + lint (push) Has been cancelled

This commit is contained in:
2026-04-18 09:45:37 +01:00
parent 8b5d92f466
commit 0b1faf0679
2 changed files with 3 additions and 1 deletions

View File

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