feat: Add 60+ SSH config field support with enhanced UI (#50)

This commit is contained in:
Pei-Tang Huang
2025-09-18 20:36:08 +01:00
committed by GitHub
parent e75b61e819
commit 3b9f866d55
20 changed files with 6019 additions and 156 deletions
+1 -1
View File
@@ -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() + " ")
}
}