diff --git a/Omen.lua b/Omen.lua index 2d6f1fd..cad78ce 100644 --- a/Omen.lua +++ b/Omen.lua @@ -458,6 +458,7 @@ function Omen:PLAYER_LOGIN() -- It cannot be earlier than PLAYER_LOGIN because layout-cache.txt -- is loaded just before this event fires. self:SetAnchors(true) + self.Anchor:SetAlpha(db.Alpha) self:UpdateBackdrop() self:UpdateTitleBar() self:UpdateGrips() @@ -546,6 +547,7 @@ end function Omen:OnProfileChanged(event, database, newProfileKey) db = database.profile self:SetAnchors(true) + self.Anchor:SetAlpha(db.Alpha) self:UpdateBackdrop() self:UpdateTitleBar() self:UpdateGrips()