1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

make system updater widget more generic

This commit is contained in:
bbedward
2025-09-15 11:55:15 -04:00
parent e4f86abda9
commit 903ef0cc72
6 changed files with 86 additions and 61 deletions

View File

@@ -164,11 +164,11 @@ Item {
"icon": "palette",
"enabled": true
}, {
"id": "archUpdater",
"text": "Arch Updater",
"description": "Check for updates in Arch-based systems",
"id": "systemUpdate",
"text": "System Update",
"description": "Check for system updates",
"icon": "update",
"enabled": true
"enabled": SystemUpdateService.distributionSupported
}]
property var defaultLeftWidgets: [{
"id": "launcherButton",