From 8a1ea97131bbdbafac1d896c609b09dc6ecde5a5 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 22 Aug 2025 03:15:49 -0700 Subject: [PATCH] what the fuck, it doesn't even use these --- system/ui/lib/wifi_manager_v2.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/system/ui/lib/wifi_manager_v2.py b/system/ui/lib/wifi_manager_v2.py index b8d20fc7d1..af3643bb63 100644 --- a/system/ui/lib/wifi_manager_v2.py +++ b/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)