Don't desaturate disabled button icons
This commit is contained in:
		@@ -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()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user