Skip to content

Commit b3bce1e

Browse files
authored
fix(app): remove redundant toast for thinking effort changes (anomalyco#9181)
1 parent 1b8f7d9 commit b3bce1e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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)