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