mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed lower text popping back up when it shouldn't
This commit is contained in:
@ -66,7 +66,7 @@ function IceBarElement.prototype:Enable()
|
|||||||
if self.moduleSettings.textVisible["upper"] then
|
if self.moduleSettings.textVisible["upper"] then
|
||||||
self.frame.bottomUpperText:Hide()
|
self.frame.bottomUpperText:Hide()
|
||||||
end
|
end
|
||||||
if self.moduleSettings.textVisible["upper"] then
|
if self.moduleSettings.textVisible["lower"] then
|
||||||
self.frame.bottomLowerText:Hide()
|
self.frame.bottomLowerText:Hide()
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
@ -74,7 +74,7 @@ function IceBarElement.prototype:Enable()
|
|||||||
if self.moduleSettings.textVisible["upper"] then
|
if self.moduleSettings.textVisible["upper"] then
|
||||||
self.frame.bottomUpperText:Show()
|
self.frame.bottomUpperText:Show()
|
||||||
end
|
end
|
||||||
if self.moduleSettings.textVisible["upper"] then
|
if self.moduleSettings.textVisible["lower"] then
|
||||||
self.frame.bottomLowerText:Show()
|
self.frame.bottomLowerText:Show()
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
Reference in New Issue
Block a user