diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-17 00:21:17 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-17 00:21:17 +0800 |
| commit | 25e6f17c605eb553f0d52fd3bdc57c500cfe23ec (patch) | |
| tree | 702944dc024880cfdde1da607ee819c84a19992d /modules | |
| parent | interactions: fix mouse position (diff) | |
| download | caelestia-shell-25e6f17c605eb553f0d52fd3bdc57c500cfe23ec.tar.gz caelestia-shell-25e6f17c605eb553f0d52fd3bdc57c500cfe23ec.tar.bz2 caelestia-shell-25e6f17c605eb553f0d52fd3bdc57c500cfe23ec.zip | |
launcher: fallback app icon
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/launcher/AppItem.qml | 2 |
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 |