fix(tui): restore muted status bar, remove duplicate global keys from tab footers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user