1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-11 07:52:50 -05:00

CUPS cc integrated widget and service (#632)

* CUPS cc integrated widget and service

* i18n: update source strings from codebase
This commit is contained in:
Massimo Branchini
2025-11-05 22:04:54 +01:00
committed by GitHub
parent 80d88d4d8f
commit 3702f493f6
7 changed files with 1295 additions and 0 deletions

View File

@@ -104,6 +104,12 @@ Item {
}
builtinInstance = widgetModel.vpnBuiltinInstance
}
if (builtinId === "builtin_cups") {
if (widgetModel?.cupsLoader) {
widgetModel.cupsLoader.active = true
}
builtinInstance = widgetModel.cupsBuiltinInstance
}
if (!builtinInstance || !builtinInstance.ccDetailContent) {
return