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

This commit is contained in:
Kit Langton
2026-01-18 09:00:49 -05:00
committed by GitHub
parent 5c9cc9c748
commit 6c0991d162

View File

@@ -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"),
})
},
},
{