Add connection quality indicators based on handshake time

This commit is contained in:
Calmcacil
2026-01-12 23:42:38 +01:00
parent bf71a7a659
commit 50321a8471

View File

@@ -344,7 +344,7 @@ func (s *ListScreen) buildTable() {
} }
} }
statusText := s.formatStatusWithIcon(status, "") statusText := s.formatStatusWithIcon(status, cws.Quality)
row := table.Row{ row := table.Row{
name, name,
ipv4, ipv4,