mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Fix IceHUD hiding climbing, film, etc. frames
Fixes wowace ticket 336
This commit is contained in:
@ -53,6 +53,9 @@ function DragonridingVigor.prototype:CheckShouldShow(event, unit, info)
|
||||
self:Show(true)
|
||||
else
|
||||
self:Show(false)
|
||||
if self.moduleSettings.hideBlizz then
|
||||
self:ShowBlizz()
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@ -71,6 +74,8 @@ function DragonridingVigor.prototype:UpdateVigorRecharge(event, widget)
|
||||
if event ~= "internal" then
|
||||
if self.moduleSettings.hideBlizz then
|
||||
self:HideBlizz()
|
||||
else
|
||||
self:ShowBlizz()
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user