mirror of
https://github.com/Kyren223/eko.git
synced 2026-07-16 08:31:03 +00:00
Fixed i in frequency list not working
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user