refactor(tui): remove unused rootChannelDescription function
This commit is contained in:
parent
7d3948830c
commit
76f64a31ca
1 changed files with 0 additions and 7 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue