what the fuck, it doesn't even use these

pull/36039/head
Shane Smiskol 6 days ago
parent fb55f8a3d4
commit 8a1ea97131
  1. 7
      system/ui/lib/wifi_manager_v2.py

@ -66,11 +66,8 @@ class Network:
ssid: str
strength: int
is_connected: bool
# security_type: SecurityType
# network_path: dbus.ObjectPath
# bssid: str
# is_saved: bool = False
# saved_path: str
security_type: SecurityType # TODO
is_saved: bool = False # TODO
@dataclass(frozen=True)

Loading…
Cancel
Save