This commit is contained in:
cuu
2023-01-24 06:55:38 +00:00
parent 6a360f5101
commit ef5523faf5
3 changed files with 5 additions and 26 deletions

View File

@@ -407,9 +407,6 @@ func (self *WifiList) ShowBox(msg string) {
}
func (self *WifiList) HideBox() {
self.Draw()
self.ShowingMessageBox = false
self.Screen.SwapAndShow()
}
func (self *WifiList) GenNetworkList() {
@@ -739,6 +736,7 @@ func (self *WifiList) KeyDown(ev *event.Event) {
if ev.Data["Key"] == UI.CurKeys["X"] {
self.Rescan(false)
self.Screen.Refresh()
}
if ev.Data["Key"] == UI.CurKeys["Y"] {