mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
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>
This commit is contained in:
committed by
GitHub
parent
84e89599bf
commit
eca38ae920
@@ -37,6 +37,7 @@ Singleton {
|
|||||||
signal connectionStateChanged()
|
signal connectionStateChanged()
|
||||||
|
|
||||||
signal networkStateUpdate(var data)
|
signal networkStateUpdate(var data)
|
||||||
|
signal cupsStateUpdate(var data)
|
||||||
signal loginctlStateUpdate(var data)
|
signal loginctlStateUpdate(var data)
|
||||||
signal loginctlEvent(var event)
|
signal loginctlEvent(var event)
|
||||||
signal capabilitiesReceived()
|
signal capabilitiesReceived()
|
||||||
@@ -267,6 +268,8 @@ Singleton {
|
|||||||
}
|
}
|
||||||
} else if (service === "bluetooth.pairing") {
|
} else if (service === "bluetooth.pairing") {
|
||||||
bluetoothPairingRequest(data)
|
bluetoothPairingRequest(data)
|
||||||
|
} else if (service === "cups") {
|
||||||
|
cupsStateUpdate(data)
|
||||||
} else if (service === "dwl") {
|
} else if (service === "dwl") {
|
||||||
dwlStateUpdate(data)
|
dwlStateUpdate(data)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -950,7 +950,7 @@
|
|||||||
{
|
{
|
||||||
"term": "DMS out of date",
|
"term": "DMS out of date",
|
||||||
"context": "DMS out of date",
|
"context": "DMS out of date",
|
||||||
"reference": "Services/DMSService.qml:230",
|
"reference": "Services/DMSService.qml:231",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -3290,7 +3290,7 @@
|
|||||||
{
|
{
|
||||||
"term": "To update, run the following command:",
|
"term": "To update, run the following command:",
|
||||||
"context": "To update, run the following command:",
|
"context": "To update, run the following command:",
|
||||||
"reference": "Services/DMSService.qml:231",
|
"reference": "Services/DMSService.qml:232",
|
||||||
"comment": ""
|
"comment": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user