Skip to content

Commit ec3bd10

Browse files
committed
fix: don't change the default text/icon color if disabled
otherwise we break binding of dynamic colored elements
1 parent 10c3aa4 commit ec3bd10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/contents/ui/main.qml

+1
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ PlasmoidItem {
481481
interval: 10
482482
onTriggered: {
483483
if (isPanel) return
484+
if (!fgEnabled) return
484485
if (widgetName === "org.kde.plasma.systemtray" && separateTray) return
485486
const result = applyFgColor(target, fgColor, fgColorCfg, 0, wRecolorCfg)
486487
if (result) {

0 commit comments

Comments
 (0)