Update TUI footer legend with VAD controls

This commit is contained in:
Jose Luis Montañes Ojados
2026-01-17 17:08:25 +01:00
parent b66e0737d0
commit a14d068ada

View File

@@ -1071,7 +1071,7 @@ func (m *Model) View() string {
if m.showLog {
logHelp = "L chat"
}
help := lipgloss.NewStyle().Faint(true).Render(fmt.Sprintf("↑↓ navigate │ Enter join │ Tab switch │ %s │ V talk │ M mute │ +/- vol │ q quit", logHelp))
help := lipgloss.NewStyle().Faint(true).Render(fmt.Sprintf("↑↓ nav │ Ent join │ Tab switch │ %s │ V PTT │ G VAD │ ^↕↔ thresh │ M mute │ +/- vol │ q quit", logHelp))
// Combine panels
panels := lipgloss.JoinHorizontal(lipgloss.Top, channelPanel, rightPanel)