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

fix nil error

This commit is contained in:
bbedward
2025-08-28 11:34:54 -04:00
parent 29ee15e477
commit 6f11891b1c

View File

@@ -121,7 +121,7 @@ Rectangle {
anchors.verticalCenter: parent.verticalCenter
width: 18
height: 18
source: Quickshell.iconPath(DesktopEntries.byId(Paths.moddedAppId(appId)).icon, true)
source: Quickshell.iconPath(DesktopEntries.byId(Paths.moddedAppId(appId))?.icon, true)
smooth: true
mipmap: true
asynchronous: true