From d8774c4787b2eb007f4814c84fb4d9af423a46bb Mon Sep 17 00:00:00 2001 From: bbedward Date: Sat, 8 Nov 2025 01:04:43 -0500 Subject: [PATCH] dms: fix missing subs --- Services/DMSService.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/DMSService.qml b/Services/DMSService.qml index 163933b3..ad79849c 100644 --- a/Services/DMSService.qml +++ b/Services/DMSService.qml @@ -47,7 +47,7 @@ Singleton { signal brightnessStateUpdate(var data) signal brightnessDeviceUpdate(var device) - property var activeSubscriptions: ["network", "loginctl", "freedesktop", "gamma", "bluetooth", "dwl", "brightness"] + property var activeSubscriptions: ["network", "network.credentials", "loginctl", "freedesktop", "gamma", "bluetooth", "bluetooth.pairing", "dwl", "brightness"] Component.onCompleted: { if (socketPath && socketPath.length > 0) {