fix(tui): restore muted status bar, remove duplicate global keys from tab footers

This commit is contained in:
swanadiva
2026-06-23 17:15:39 +07:00
parent 7f197b9e3a
commit f9b2337612
5 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ func (t *HostListTab) View() string {
// Footer
var footer styledRow
footerText := "[n]ew [e]dit [d]el [f]sftp [K]eygen [/]find [q]uit Ctrl+Tab:switch Ctrl+Q:close"
footerText := "[n]ew [e]dit [d]el [f]sftp [K]eygen [/]find [q]uit"
footer = styledRow{text: SubtitleStyle.Render(footerText), plain: footerText}
rows = append(rows, footer) // for widest measurement