Fixed i in frequency list not working

This commit is contained in:
2025-01-13 17:17:09 +02:00
parent 2a79887c15
commit a43858c740

View File

@@ -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":