From 25e6f17c605eb553f0d52fd3bdc57c500cfe23ec Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 17 May 2025 00:21:17 +0800 Subject: launcher: fallback app icon --- modules/launcher/AppItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.2.3-freya