mirror of
https://github.com/Adembc/lazyssh.git
synced 2026-07-14 12:13:34 +02:00
feat: Add 60+ SSH config field support with enhanced UI (#50)
This commit is contained in:
@@ -141,6 +141,6 @@ func (t *tui) loadInitialData() *tui {
|
||||
|
||||
func (t *tui) updateListTitle() {
|
||||
if t.serverList != nil {
|
||||
t.serverList.SetTitle("Servers — Sort: " + t.sortMode.String())
|
||||
t.serverList.SetTitle(" Servers — Sort: " + t.sortMode.String() + " ")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user