tui: remove update complete toast notification

This commit is contained in:
Dax Raad
2026-01-12 09:30:31 -05:00
parent 68b4ab1b91
commit 9f6d4903d5
@@ -606,15 +606,6 @@ function App() {
})
})
sdk.event.on(Installation.Event.Updated.type, (evt) => {
toast.show({
variant: "success",
title: "Update Complete",
message: `OpenCode updated to v${evt.properties.version}`,
duration: 5000,
})
})
sdk.event.on(Installation.Event.UpdateAvailable.type, (evt) => {
toast.show({
variant: "info",