mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
Count nil
This commit is contained in:
@@ -227,7 +227,7 @@ local function updateIcon(element, unit, index, offset, filter, isDebuff, visibl
|
|||||||
end
|
end
|
||||||
|
|
||||||
if button.icon then button.icon:SetTexture(texture) end
|
if button.icon then button.icon:SetTexture(texture) end
|
||||||
if button.count then button.count:SetText(count > 1 and count) end
|
-- if button.count then button.count:SetText(count > 1 and count) end
|
||||||
|
|
||||||
local size = element.size or 16
|
local size = element.size or 16
|
||||||
button:SetWidth(size)
|
button:SetWidth(size)
|
||||||
|
|||||||
Reference in New Issue
Block a user