mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Don't forcefully show Blizzard frame
This enables other mods to hide Vigor even if IceHUD is told not to.
This commit is contained in:
@ -71,8 +71,6 @@ function DragonridingVigor.prototype:UpdateVigorRecharge(event, widget)
|
|||||||
if event ~= "internal" then
|
if event ~= "internal" then
|
||||||
if self.moduleSettings.hideBlizz then
|
if self.moduleSettings.hideBlizz then
|
||||||
self:HideBlizz()
|
self:HideBlizz()
|
||||||
else
|
|
||||||
self:ShowBlizz()
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user