Refresh LDBIcon when changing profile
This commit is contained in:
parent
60ff76589d
commit
1b57bf66c3
1 changed files with 3 additions and 0 deletions
3
Omen.lua
3
Omen.lua
|
|
@ -569,6 +569,9 @@ function Omen:OnProfileChanged(event, database, newProfileKey)
|
|||
self:UpdateVisible()
|
||||
self:UpdateBars()
|
||||
self:UpdateFuBarSettings()
|
||||
if LDBIcon then
|
||||
LDBIcon:Refresh("Omen", db.MinimapIcon)
|
||||
end
|
||||
end
|
||||
|
||||
function Omen:SetAnchors(useDB)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue