mirror of
https://github.com/libratbag/piper.git
synced 2026-05-19 12:26:00 -04:00
Ratbagd: emit notify::devices when the devices change
This commit is contained in:
committed by
Peter Hutterer
parent
ff568ca4e4
commit
2dca35d6ab
@@ -242,6 +242,7 @@ class Ratbagd(_RatbagdDBus):
|
||||
if device._object_path not in changed_props["Devices"]:
|
||||
self._devices.remove(device)
|
||||
self.emit("device-removed", device)
|
||||
self.notify("devices")
|
||||
|
||||
@GObject.Property
|
||||
def devices(self):
|
||||
|
||||
Reference in New Issue
Block a user