

https://github.com/Ultrakiller27/Toggler
yup it contains EA_ActionBar2 and EA_ActionBar3 by default.
You need only 3rd point just open file, find this lineThere is a menu with a list of windows you can hide out-of-box but if you not see necessary window you can just add it by yourself. Its pretty easy:
1. We need to get name of your window. Type /debug and move your mouse over window
2. Check is it work by typing /script WindowSetShowing("WINDOW_NAME_FROM_/DEBUG", false) and replacing word in quotes. Your window hide if everything ok otherwise u need to experimentate with window name.
3. Go to game/Interface/Addons/Toggler open file toggler.lua by any text editor and there is a list of windows in the top section. Add your and save.
Code: Select all
["EA_ActionBar2" ] = true,
Code: Select all
["EA_ActionBar1" ] = true,
Users browsing this forum: No registered users and 7 guests