From a43858c74004a0ceff31cbb35108ff3ba192b164 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Mon, 13 Jan 2025 17:17:09 +0200 Subject: [PATCH] Fixed i in frequency list not working --- internal/client/ui/core/core.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/client/ui/core/core.go b/internal/client/ui/core/core.go index 55a5925..a21fa05 100644 --- a/internal/client/ui/core/core.go +++ b/internal/client/ui/core/core.go @@ -255,6 +255,8 @@ func (m *Model) updateConnected(msg tea.Msg) tea.Cmd { if networkId != nil { _ = clipboard.WriteAll(networkId.String()) } + } else { + m.updatePopups(msg) } case "esc":