mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-27 14:03:34 +00:00
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",
|
||||
title: "Open settings",
|
||||
suggested: true,
|
||||
slash: { name: "settings" },
|
||||
run: () => {
|
||||
dialog.replace(() => <DialogConfig />)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue