ah this is not generic, it's a filter on the return vals

pull/36039/head
Shane Smiskol 6 days ago
parent 71e6643f6d
commit 0872466640
  1. 1
      system/ui/lib/wifi_manager.py

@ -182,7 +182,6 @@ class WifiManager:
member="StateChanged", member="StateChanged",
path=device_path, path=device_path,
) )
# rule.add_arg_condition(0, NM_DEVICE_IFACE) # only changes for Device iface
# Filter for StateChanged signal # Filter for StateChanged signal
conn.send_and_get_reply(message_bus.AddMatch(rule)) conn.send_and_get_reply(message_bus.AddMatch(rule))

Loading…
Cancel
Save