fix(tui): add missing `theme_list` keybind (#6779)
Co-authored-by: Adam Spiers <opencode@adamspiers.org>pull/6837/head
parent
21dc3c24d9
commit
24dedb4f7b
|
|
@ -412,6 +412,7 @@ function App() {
|
|||
{
|
||||
title: "Switch theme",
|
||||
value: "theme.switch",
|
||||
keybind: "theme_list",
|
||||
onSelect: () => {
|
||||
dialog.replace(() => <DialogThemeList />)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue