diff --git a/Services/DMSService.qml b/Services/DMSService.qml index e31cc2ee..6d3cbf88 100644 --- a/Services/DMSService.qml +++ b/Services/DMSService.qml @@ -37,6 +37,7 @@ Singleton { signal connectionStateChanged() signal networkStateUpdate(var data) + signal cupsStateUpdate(var data) signal loginctlStateUpdate(var data) signal loginctlEvent(var event) signal capabilitiesReceived() @@ -267,6 +268,8 @@ Singleton { } } else if (service === "bluetooth.pairing") { bluetoothPairingRequest(data) + } else if (service === "cups") { + cupsStateUpdate(data) } else if (service === "dwl") { dwlStateUpdate(data) } diff --git a/translations/en.json b/translations/en.json index 4ff765c8..881cbe7a 100644 --- a/translations/en.json +++ b/translations/en.json @@ -950,7 +950,7 @@ { "term": "DMS out of date", "context": "DMS out of date", - "reference": "Services/DMSService.qml:230", + "reference": "Services/DMSService.qml:231", "comment": "" }, { @@ -3290,7 +3290,7 @@ { "term": "To update, run the following command:", "context": "To update, run the following command:", - "reference": "Services/DMSService.qml:231", + "reference": "Services/DMSService.qml:232", "comment": "" }, {