this feels good

pull/36039/head
Shane Smiskol 7 days ago
parent 49a4274e48
commit 6f6e7bd6b6
  1. 3
      system/ui/lib/wifi_manager.py

@ -161,6 +161,9 @@ class WifiManager:
def set_active(self, active: bool): def set_active(self, active: bool):
print('SETTING ACTIVE', active) print('SETTING ACTIVE', active)
self._active = active self._active = active
# fast refresh when going active
if active:
self._update_networks()
def _monitor_state(self): def _monitor_state(self):
device_path: dbus.ObjectPath = self._wait_for_wifi_device() device_path: dbus.ObjectPath = self._wait_for_wifi_device()

Loading…
Cancel
Save