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
@@ -190,7 +190,7 @@ func (t *KeyListTab) View() string {
}
}
footerPlain := "Ctrl+N:add Ctrl+E:edit D:delete Esc:back Ctrl+Tab:switch Ctrl+Q:close"
footerPlain := "Ctrl+N:add Ctrl+E:edit D:delete Esc:back"
footer := styledRow{text: SubtitleStyle.Render(footerPlain), plain: footerPlain}
widestRow := lipgloss.Width(titlePlain)