oh thank god

pull/36039/head
Shane Smiskol 6 days ago
parent 87e169f336
commit ccb8fbfac2
  1. 2
      system/ui/lib/wifi_manager.py

@ -169,7 +169,7 @@ class WifiManager:
self._active = active
# fast refresh when going active
if active:
self._update_networks()
threading.Thread(target=self._update_networks, daemon=True).start()
def _monitor_state(self):
device_path: dbus.ObjectPath = self._wait_for_wifi_device()

Loading…
Cancel
Save