WifiUi: fix up wrong password dialog (#37195)

* debug why so slow

* forget after

* i'm not sure why this is a thing

* better forget connecting reset

* ????

* has lag

* fix

* clean up

* should be fine
This commit is contained in:
Shane Smiskol
2026-02-12 20:48:34 -08:00
committed by GitHub
parent 132f10365a
commit 2e21deeae8
3 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ class WifiManagerUI(Widget):
if self.state == UIState.CONNECTING:
self.state = UIState.IDLE
def _on_forgotten(self):
def _on_forgotten(self, _):
if self.state == UIState.FORGETTING:
self.state = UIState.IDLE