fix(app): change keybind for cycling thinking effort (#9508)

This commit is contained in:
Filip 2026-01-19 22:15:43 +01:00 committed by GitHub
parent 69b3b35ea5
commit d605a78a05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -531,7 +531,7 @@ export default function Page() {
title: "Cycle thinking effort",
description: "Switch to the next effort level",
category: "Model",
keybind: "shift+mod+t",
keybind: "shift+mod+d",
onSelect: () => {
local.model.variant.cycle()
},