summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/launcher/AppItem.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/AppItem.qml b/modules/launcher/AppItem.qml
index 514185c..1c4b691 100644
--- a/modules/launcher/AppItem.qml
+++ b/modules/launcher/AppItem.qml
@@ -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