refactor(tui): remove unused rootChannelDescription function

This commit is contained in:
taorye 2026-03-09 18:03:35 +08:00
parent 7d3948830c
commit 76f64a31ca
No known key found for this signature in database
GPG key ID: EDFFE0AD344F5FE0

View file

@ -353,13 +353,6 @@ func rootChannelLabel(valid bool) string {
return "Channel"
}
func rootChannelDescription(valid bool) string {
if !valid {
return "no channel enabled"
}
return "enabled"
}
func (s *appState) startTalk() {
if !s.isActiveModelValid() {
s.showMessage("Model required", "Select a valid model before starting talk")