Sfoglia il codice sorgente

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

Co-authored-by: Adam Spiers <[email protected]>
Adam Spiers 1 mese fa
parent
commit
24dedb4f7b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/opencode/src/cli/cmd/tui/app.tsx

+ 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 />)
       },