From 087246664045fbc6d6606554bcd459254a0dc9f6 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Sat, 23 Aug 2025 03:42:47 -0700 Subject: [PATCH] ah this is not generic, it's a filter on the return vals --- system/ui/lib/wifi_manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/system/ui/lib/wifi_manager.py b/system/ui/lib/wifi_manager.py index 81f05880f6..269c4da71a 100644 --- a/system/ui/lib/wifi_manager.py +++ b/system/ui/lib/wifi_manager.py @@ -182,7 +182,6 @@ class WifiManager: member="StateChanged", path=device_path, ) - # rule.add_arg_condition(0, NM_DEVICE_IFACE) # only changes for Device iface # Filter for StateChanged signal conn.send_and_get_reply(message_bus.AddMatch(rule))