Page 1 of 1
Toggler. Makes your UI simple
Posted: Wed Aug 25, 2021 2:31 pm
by unnakotik98
Hi, i made small addon which gonna simpler your UI when its needed by pressing only 1 button
https://github.com/Ultrakiller27/Toggler
Re: Toggler. Makes your UI simple
Posted: Wed Aug 25, 2021 6:54 pm
by Phantasm
Can it hide skillbars?
Re: Toggler. Makes your UI simple
Posted: Thu Aug 26, 2021 5:52 am
by unnakotik98
Phantasm wrote: ↑Wed Aug 25, 2021 6:54 pm
Can it hide skillbars?
yup it contains EA_ActionBar2 and EA_ActionBar3 by default.
There 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.
You need only 3rd point just open file, find this line
and replace number as example
and save