Skip to content

Commit

Permalink
Add a default position for the queue bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Oct 26, 2022
1 parent 994548c commit 397ac8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MicroMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ if WoW10 and QueueStatusButton then
visibility = {
possess = false,
},
position = {
x = -315,
y = 150,
point = "BOTTOMRIGHT",
},
}, Bartender4.Bar.defaults) }

function QueueStatusMod:OnInitialize()
Expand Down

0 comments on commit 397ac8f

Please sign in to comment.