when forgetting: this is correct, but feels unresponsive

pull/36039/head
Shane Smiskol 1 week ago
parent 0888a956b3
commit 49a4274e48
  1. 2
      system/ui/lib/wifi_manager.py

@ -71,7 +71,7 @@ class Network:
return cls(
ssid=ssid,
strength=strongest_ap.strength,
is_connected=is_connected,
is_connected=is_connected and is_saved,
security_type=security_type,
is_saved=is_saved,
)

Loading…
Cancel
Save