mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +00:00
fix: incorrect command on main screen for exiting application (#201)
This commit is contained in:
parent
1252b65166
commit
bb6b56b72a
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ func (m *messagesComponent) home() string {
|
|||
{"/new", "start a new session"},
|
||||
{"/model", "switch model"},
|
||||
{"/theme", "switch theme"},
|
||||
{"/quit", "exit the app"},
|
||||
{"/exit", "exit the app"},
|
||||
}
|
||||
|
||||
commandLines := []string{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue