mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
fix: incorrect command on main screen for exiting application (#201)
This commit is contained in:
parent
1252b65166
commit
bb6b56b72a
@ -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…
x
Reference in New Issue
Block a user