From eca38ae9206c489658d61c43e87914e0d985e8f2 Mon Sep 17 00:00:00 2001 From: Massimo Branchini <45419961+max72bra@users.noreply.github.com> Date: Sat, 1 Nov 2025 15:55:27 +0100 Subject: [PATCH] base activation for cups capability (#591) * base activation for cups capability * i18n: update source strings from codebase --------- Co-authored-by: github-actions[bot] --- Services/DMSService.qml | 3 +++ translations/en.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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": "" }, {