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
|
||||
self.frame.bottomUpperText:Hide()
|
||||
end
|
||||
if self.moduleSettings.textVisible["upper"] then
|
||||
if self.moduleSettings.textVisible["lower"] then
|
||||
self.frame.bottomLowerText:Hide()
|
||||
end
|
||||
end)
|
||||
@ -74,7 +74,7 @@ function IceBarElement.prototype:Enable()
|
||||
if self.moduleSettings.textVisible["upper"] then
|
||||
self.frame.bottomUpperText:Show()
|
||||
end
|
||||
if self.moduleSettings.textVisible["upper"] then
|
||||
if self.moduleSettings.textVisible["lower"] then
|
||||
self.frame.bottomLowerText:Show()
|
||||
end
|
||||
end)
|
||||
|
Reference in New Issue
Block a user