From 21ccf86af1f73664e5d32f229d9918b28ca27ae8 Mon Sep 17 00:00:00 2001 From: Yaroslav Chvanov Date: Sun, 5 Mar 2023 15:43:31 +0300 Subject: [PATCH] ratbagd.py: notify on report rate changes --- piper/ratbagd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/piper/ratbagd.py b/piper/ratbagd.py index beb6a8a..615e906 100644 --- a/piper/ratbagd.py +++ b/piper/ratbagd.py @@ -470,6 +470,7 @@ class RatbagdProfile(_RatbagdDBus): report_rate = changed_props["ReportRate"] if report_rate != self._report_rate: self._report_rate = report_rate + self.notify("report-rate") @GObject.Property def capabilities(self):