1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 07:22:50 -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

@@ -102,7 +102,7 @@ GridView {
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