diff --git a/package/contents/ui/main.qml b/package/contents/ui/main.qml index 31141c5..597381b 100644 --- a/package/contents/ui/main.qml +++ b/package/contents/ui/main.qml @@ -481,6 +481,7 @@ PlasmoidItem { interval: 10 onTriggered: { if (isPanel) return + if (fgEnabled === undefined || !fgEnabled) return if (widgetName === "org.kde.plasma.systemtray" && separateTray) return const result = applyFgColor(target, fgColor, fgColorCfg, 0, wRecolorCfg) if (result) {