launcher: fallback app icon

This commit is contained in:
2 * r + 2 * t 2025-05-17 00:21:17 +08:00
parent 97406dfe97
commit 25e6f17c60

View file

@ -29,7 +29,7 @@ PaddedRect {
IconImage {
id: icon
source: Quickshell.iconPath(root.modelData.icon)
source: Quickshell.iconPath(root.modelData.icon, "image-missing")
implicitSize: parent.height * 0.8
anchors.verticalCenter: parent.verticalCenter