fix: incorrect command on main screen for exiting application (#201)

This commit is contained in:
Josh 2025-06-18 22:19:43 -05:00 committed by GitHub
parent 1252b65166
commit bb6b56b72a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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{}