1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-07 19:59:14 -04:00

fixing spotify app id in top levels

This commit is contained in:
bbedward
2025-08-25 09:56:48 -04:00
parent a0e825c37e
commit ce3c1528f9
5 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ Item {
anchors.centerIn: parent
implicitSize: 40
source: Quickshell.iconPath(DesktopEntries.byId(appData.appId).icon, true)
source: Quickshell.iconPath(DesktopEntries.byId(Paths.moddedAppId(appData.appId)).icon, true)
mipmap: true
smooth: true
asynchronous: true