mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added a configuration mode to show all bars temporarily so they can be placed
- changed how frames are shown and hidden so we don't call show/hide unnecessarily - widened the min/max offset numbers to allow greater placement flexibility
This commit is contained in:
@ -143,7 +143,7 @@ function SunderCount.prototype:CreateFrame()
|
||||
self.frame:ClearAllPoints()
|
||||
self.frame:SetPoint("TOP", self.parent, "BOTTOM", 0, self.moduleSettings.vpos)
|
||||
|
||||
self.frame:Show()
|
||||
self:Show(true)
|
||||
|
||||
self:CreateSunderFrame()
|
||||
end
|
||||
|
Reference in New Issue
Block a user