Skip to content

Commit 6c0991d

Browse files
authored
fix(app): remove redundant toast for thinking effort changes (#9181)
1 parent 5c9cc9c commit 6c0991d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/app/src/pages/session.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,6 @@ export default function Page() {
533533
keybind: "shift+mod+t",
534534
onSelect: () => {
535535
local.model.variant.cycle()
536-
showToast({
537-
title: "Thinking effort changed",
538-
description: "The thinking effort has been changed to " + (local.model.variant.current() ?? "Default"),
539-
})
540536
},
541537
},
542538
{

0 commit comments

Comments
 (0)