Ver código fonte

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

Josh 8 meses atrás
pai
commit
bb6b56b72a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/tui/internal/components/chat/messages.go

+ 1 - 1
packages/tui/internal/components/chat/messages.go

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