View Single Post
02-10-23, 11:26 AM   #5
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 323
Originally Posted by randomturtle View Post
Hide Bar Marco
Code:
/script MainMenuBar:Hide();
/script MultiBarBottomLeft:Hide();
/script MultiBarBottomRight:Hide();
/script MultiBarRight:Hide();
/script MultiBarLeft:Hide();
Show Bar Macro
Code:
/script MainMenuBar:Show();
/script MultiBarBottomLeft:Show();
/script MultiBarBottomRight:Show();
/script MultiBarRight:Show();
/script MultiBarLeft:Show();
Works for me, but of course only while not in combat.
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote