From 50321a84710d22644c6902c1a2eedf484e4798f8 Mon Sep 17 00:00:00 2001 From: Calmcacil Date: Mon, 12 Jan 2026 23:42:38 +0100 Subject: [PATCH] Add connection quality indicators based on handshake time --- internal/tui/screens/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tui/screens/list.go b/internal/tui/screens/list.go index 7204a52..878f053 100644 --- a/internal/tui/screens/list.go +++ b/internal/tui/screens/list.go @@ -344,7 +344,7 @@ func (s *ListScreen) buildTable() { } } - statusText := s.formatStatusWithIcon(status, "") + statusText := s.formatStatusWithIcon(status, cws.Quality) row := table.Row{ name, ipv4,