Hide the Micro Menu and the Bag Menu

I really dislike the micro menu and bag bar that is in the bottom right. Previously you could hide these with MoveAnything but these days a grey background remains when you try that. Is there any way to hide the Bag bar and perhaps at least rescale the micromenu and move it?

2 Likes

Bartender or Dominos.

Bartender4, Dominos or Elvui

1 Like

All of the above, or if you want to keep the default look you can use this macro

/run local t,f={"Character","Spellbook","Talent","Achievement","QuestLog","Guild","LFD","Collections","EJ","Store","MainMenu"}for i=1,#t do f=_G[t[i].."MicroButton"]f:SetScale(.001)end;MicroButtonAndBagsBar:Hide()

11 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.