Browse Source

fix(app): remove redundant toast for thinking effort changes (#9181)

Kit Langton 1 month ago
parent
commit
6c0991d162
1 changed files with 0 additions and 4 deletions
  1. 0 4
      packages/app/src/pages/session.tsx

+ 0 - 4
packages/app/src/pages/session.tsx

@@ -533,10 +533,6 @@ export default function Page() {
       keybind: "shift+mod+t",
       onSelect: () => {
         local.model.variant.cycle()
-        showToast({
-          title: "Thinking effort changed",
-          description: "The thinking effort has been changed to " + (local.model.variant.current() ?? "Default"),
-        })
       },
     },
     {