We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9450a0 commit 0a26326Copy full SHA for 0a26326
1 file changed
src/renderer/app.tsx
@@ -172,7 +172,6 @@ const unsubUpdate = readBridge().onUpdateStatus((status) => {
172
break;
173
case "update-not-available":
174
store.setNotAvailable();
175
- toast.success("You're on the latest version.");
176
177
case "downloading":
178
store.setDownloading(status.percent, {
0 commit comments