Closed zorker closed 8 years ago
Tested. The customfilter is fine for doing this.
--custom filter
local function CustomFilter(buttons, unit, button)
if button.isPlayer then
button.icon:SetDesaturated(false)
else
button.icon:SetDesaturated(true)
end
end
Check if aura icon desaturation is possible or if I want to do that via custom filter.