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

update-service: add Artix Linux to supported distributions list (#1318)

This commit is contained in:
Kostiantyn To
2026-01-10 17:18:00 +02:00
committed by GitHub
parent 7c936cacfb
commit 19541fc573

View File

@@ -96,7 +96,7 @@ Singleton {
"paru": archBasedPMSettings,
"dnf": fedoraBasedPMSettings
}
readonly property list<string> supportedDistributions: ["arch", "cachyos", "manjaro", "endeavouros", "fedora"]
readonly property list<string> supportedDistributions: ["arch", "artix", "cachyos", "manjaro", "endeavouros", "fedora"]
readonly property int updateCount: availableUpdates.length
readonly property bool helperAvailable: pkgManager !== "" && distributionSupported