Skip to content

Commit eca38ae

Browse files
base activation for cups capability (#591)
* base activation for cups capability * i18n: update source strings from codebase --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 84e8959 commit eca38ae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Services/DMSService.qml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Singleton {
3737
signal connectionStateChanged()
3838

3939
signal networkStateUpdate(var data)
40+
signal cupsStateUpdate(var data)
4041
signal loginctlStateUpdate(var data)
4142
signal loginctlEvent(var event)
4243
signal capabilitiesReceived()
@@ -267,6 +268,8 @@ Singleton {
267268
}
268269
} else if (service === "bluetooth.pairing") {
269270
bluetoothPairingRequest(data)
271+
} else if (service === "cups") {
272+
cupsStateUpdate(data)
270273
} else if (service === "dwl") {
271274
dwlStateUpdate(data)
272275
}

translations/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@
950950
{
951951
"term": "DMS out of date",
952952
"context": "DMS out of date",
953-
"reference": "Services/DMSService.qml:230",
953+
"reference": "Services/DMSService.qml:231",
954954
"comment": ""
955955
},
956956
{
@@ -3290,7 +3290,7 @@
32903290
{
32913291
"term": "To update, run the following command:",
32923292
"context": "To update, run the following command:",
3293-
"reference": "Services/DMSService.qml:231",
3293+
"reference": "Services/DMSService.qml:232",
32943294
"comment": ""
32953295
},
32963296
{

0 commit comments

Comments
 (0)