2
0
Эх сурвалжийг харах

fix(tui): add missing `theme_list` keybind (#6779)

Co-authored-by: Adam Spiers <[email protected]>
Adam Spiers 1 сар өмнө
parent
commit
24dedb4f7b

+ 1 - 0
packages/opencode/src/cli/cmd/tui/app.tsx

@@ -412,6 +412,7 @@ function App() {
     {
       title: "Switch theme",
       value: "theme.switch",
+      keybind: "theme_list",
       onSelect: () => {
         dialog.replace(() => <DialogThemeList />)
       },