View Single Post
11-02-22, 10:46 PM   #13
bekaylai
A Murloc Raider
Join Date: Nov 2022
Posts: 4
Originally Posted by p3lim View Post
Try this:

Lua Code:
  1. local Parent = CreateFrame('Frame', nil, UIParent, 'SecureHandlerStateTemplate')
  2. RegisterStateDriver(Parent, 'visibility', 'hide')
  3.  
  4. MainActionBar:SetParent(Parent)
  5. MultiBarBottomLeft:SetParent(Parent)
Sry for necro but this works. Thank you
  Reply With Quote