From cd76f0d7ac1556996a5b277890f895a00abf3020 Mon Sep 17 00:00:00 2001 From: ferreo Date: Wed, 16 Jul 2025 10:59:25 +0100 Subject: [PATCH] fix: fix fallback icon --- Bar/Modules/Applauncher.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bar/Modules/Applauncher.qml b/Bar/Modules/Applauncher.qml index b772331..15bbb3a 100644 --- a/Bar/Modules/Applauncher.qml +++ b/Bar/Modules/Applauncher.qml @@ -270,7 +270,7 @@ PanelWindow { smooth: true cache: false asynchronous: true - source: modelData.isCalculator ? "qrc:/icons/calculate.svg" : Quickshell.iconPath(modelData.icon, "") + source: modelData.isCalculator ? "qrc:/icons/calculate.svg" : Quickshell.iconPath(modelData.icon, "application-x-executable") visible: modelData.isCalculator || parent.iconLoaded } Text {