feat(tui): suggest settings command (#37205)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
co-authored by
Kit Langton
parent
0a5530d0be
commit
6bf92aa7de
@@ -737,6 +737,7 @@ function App(props: { pair?: DialogPairCredentials }) {
|
|||||||
{
|
{
|
||||||
name: "opencode.settings",
|
name: "opencode.settings",
|
||||||
title: "Open settings",
|
title: "Open settings",
|
||||||
|
suggested: true,
|
||||||
slash: { name: "settings" },
|
slash: { name: "settings" },
|
||||||
run: () => {
|
run: () => {
|
||||||
dialog.replace(() => <DialogConfig />)
|
dialog.replace(() => <DialogConfig />)
|
||||||
|
|||||||
Reference in New Issue
Block a user