Skip to content

Commit 0a26326

Browse files
committed
chore(renderer): remove "latest version" toast on update check
1 parent d9450a0 commit 0a26326

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/renderer/app.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ const unsubUpdate = readBridge().onUpdateStatus((status) => {
172172
break;
173173
case "update-not-available":
174174
store.setNotAvailable();
175-
toast.success("You're on the latest version.");
176175
break;
177176
case "downloading":
178177
store.setDownloading(status.percent, {

0 commit comments

Comments
 (0)