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 ssid: str
strength: int strength: int
is_connected: bool is_connected: bool
# security_type: SecurityType security_type: SecurityType # TODO
# network_path: dbus.ObjectPath is_saved: bool = False # TODO
# bssid: str
# is_saved: bool = False
# saved_path: str
@dataclass(frozen=True) @dataclass(frozen=True)

Loading…
Cancel
Save