feat(tui): suggest settings command (#37205)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
parent
0a5530d0be
commit
6bf92aa7de
1 changed files with 1 additions and 0 deletions
|
|
@ -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 />)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue