diff --git a/Omen.lua b/Omen.lua index 8636408..ab448e8 100644 --- a/Omen.lua +++ b/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)