mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- made "configuration mode" display the name of the bar underneath it. causes things to get a bit crowded-looking, but helps distinguish bars a little better
This commit is contained in:
@ -429,6 +429,9 @@ function IceCore.prototype:ConfigModeToggle(bWantConfig)
|
||||
if self.elements[i]:IsEnabled() then
|
||||
self.elements[i].frame:Show()
|
||||
self.elements[i]:Redraw()
|
||||
if AceOO.inherits(self.elements[i], IceBarElement) then
|
||||
self.elements[i]:SetBottomText1(self.elements[i].elementName)
|
||||
end
|
||||
end
|
||||
end
|
||||
else
|
||||
|
Reference in New Issue
Block a user