Skip to content

Commit

Permalink
fix: don't change the default text/icon color if disabled
Browse files Browse the repository at this point in the history
otherwise we break binding of dynamic colored elements
  • Loading branch information
luisbocanegra committed Jan 8, 2025
1 parent 10c3aa4 commit 64ae935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/contents/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 64ae935

Please sign in to comment.