comma four: fix missing WiFi show_event (#36858)

* can't do this

* can do this
This commit is contained in:
Shane Smiskol
2025-12-13 01:32:06 -08:00
committed by GitHub
parent cc119b2a37
commit 0dd59d0404

View File

@@ -171,6 +171,8 @@ class NetworkLayoutMici(NavWidget):
}.get(self._wifi_manager.current_network_metered, 'default'))
def _switch_to_panel(self, panel_type: NetworkPanelType):
if panel_type == NetworkPanelType.WIFI:
self._wifi_ui.show_event()
self._current_panel = panel_type
def _render(self, rect: rl.Rectangle):