Skip to content

Commit

Permalink
fix #858
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Jun 1, 2024
1 parent c60b1f3 commit d3e85ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dominos/bars/encounterBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ end

function EncounterBarModule:OnFirstLoad()
-- tell blizzard that we don't it to manage this frame's position
-- PlayerPowerBarAlt.ignoreFramePositionManager = true
if not Addon:IsBuild("retail") then
PlayerPowerBarAlt.ignoreFramePositionManager = true
end

-- the standard UI will check to see if the power bar is user placed before
-- doing anything to its position, so mark as user placed to prevent that
Expand Down

0 comments on commit d3e85ef

Please sign in to comment.