1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Fedora compatibility & Icon theme updates

This commit is contained in:
purian23
2025-07-30 19:10:46 -04:00
parent 7b14094155
commit b26d83d301
4 changed files with 33 additions and 10 deletions

View File

@@ -89,7 +89,7 @@ ListView {
id: iconImg
anchors.fill: parent
source: (model.icon) ? Quickshell.iconPath(model.icon, "") : ""
source: (model.icon) ? Quickshell.iconPath(model.icon, Prefs.iconTheme === "System Default" ? "" : Prefs.iconTheme) : ""
smooth: true
asynchronous: true
visible: status === Image.Ready