summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-17 00:21:17 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-17 00:21:17 +0800
commit25e6f17c605eb553f0d52fd3bdc57c500cfe23ec (patch)
tree702944dc024880cfdde1da607ee819c84a19992d
parentinteractions: fix mouse position (diff)
downloadcaelestia-shell-25e6f17c605eb553f0d52fd3bdc57c500cfe23ec.tar.gz
caelestia-shell-25e6f17c605eb553f0d52fd3bdc57c500cfe23ec.tar.bz2
caelestia-shell-25e6f17c605eb553f0d52fd3bdc57c500cfe23ec.zip
launcher: fallback app icon
-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