Browse Source

tui: remove update complete toast notification

Dax Raad 1 month ago
parent
commit
e6bc3b253b
1 changed files with 0 additions and 9 deletions
  1. 0 9
      packages/opencode/src/cli/cmd/tui/app.tsx

+ 0 - 9
packages/opencode/src/cli/cmd/tui/app.tsx

@@ -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",