mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 03:16:35 +00:00
fix(app): remove redundant toast for thinking effort changes (#9181)
This commit is contained in:
parent
5c9cc9c748
commit
6c0991d162
1 changed files with 0 additions and 4 deletions
|
|
@ -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"),
|
||||
})
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue