Dungeon eye queing showing up at the bottom right of my screen

whenever i que for a dungeon or anything the eye queing is showing up at the bottom right of my screen next to my character info and everything and there is no way to move the eye queing thing. how do i fix this ?

I would say wait until until 10.0.5 (next Tuesday I believe). The bags and game menu and (fingers crossed) QueueStatusButton are part of Edit Mode.

But then again, be careful what you wish for, it’s still early days for EM :wink:

Sadly we still can’t move it

1 Like
/run QueueStatusButton:ClearAllPoints() QueueStatusButton:SetPoint("LEFT", UIParent, "LEFT", 10, 0)

Which should set it to the left of your screen.

Change the anchor points, x/y to place it where you want it.

Once you’ve done that, if you want to make it into an addon you don’t have to remember to run every time you login, copy/paste everythning but the /run into the website addon.bool.no to create and download.

1 Like

I use Edit Mode Expanded: https://www.curseforge.com/wow/addons/edit-mode-expanded

2 Likes