Count nil

This commit is contained in:
Logan Payton
2018-05-21 03:16:45 -04:00
parent 5b825bbaa3
commit fadd92b36c
+1 -1
View File
@@ -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)