Don't desaturate disabled button icons
This commit is contained in:
parent
c99ca8de44
commit
216514f19c
|
@ -24,7 +24,7 @@ HRowLayout {
|
||||||
|
|
||||||
id: icon
|
id: icon
|
||||||
svgName: button.icon.name
|
svgName: button.icon.name
|
||||||
colorize: enabled ? button.icon.color: theme.icons.disabledColorize
|
colorize: button.icon.color
|
||||||
cache: button.icon.cache
|
cache: button.icon.cache
|
||||||
|
|
||||||
onLoadingChanged: if (! loading) resetAnimations.start()
|
onLoadingChanged: if (! loading) resetAnimations.start()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user