File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -493,11 +493,11 @@ MouseArea {
493493 width = plasmoid .configuration .indicatorSize
494494 height = indicatorComputedSize
495495 }
496- if (plasmoid .configuration .indicatorDesaturate && task .state === " minimized " ) {
496+ if (plasmoid .configuration .indicatorDesaturate && task .state === " minimizedNormal " ) {
497497 var colorHSL = hexToHSL (colorEval)
498498 colorCalc = Qt .hsla (colorHSL .h , colorHSL .s * 0.5 , colorHSL .l * .8 , 1 )
499499 }
500- else if (! isFirst && plasmoid .configuration .indicatorStyle === 0 && task .state !== " minimized " ) {// Metro specific handling
500+ else if (! isFirst && plasmoid .configuration .indicatorStyle === 0 && task .state !== " minimizedNormal " ) {// Metro specific handling
501501 colorCalc = Qt .darker (colorEval, 1.2 )
502502 }
503503 else {
You can’t perform that action at this time.
0 commit comments