File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 {
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 {
You can’t perform that action at this time.
0 commit comments