I’m teaching myself some things and have a dumb question that I can’t seem to find the answer to.
Example: If I use fstack to permanently hide the QuickJoinToastButton by hitting CTRL and unchecking “show” in the box, what command or script would I write to show it again?
I can’t seem to find that basic info anywhere I search.
I’ve had to do a /reload ui command…but would absolutely love the capability of showing/hiding one element at a time.
Thank you for any suggestions and knowledge!
Sounds like an addon waiting to be created (FStacker, leaves multiple highlight frames on the screen for re-selection when hidden) or some such.
Until then, you’re probably using “best practice”.
If it’s a named frame called QuickJoinToastButton, you can use /run QuickJoinToastButton:Show() to show it and /run QuickJoinToastButton:Hide() to hide it.
Thank you–doesn’t seem to be working for me, though.
I’ll disable one addon at a time and see if any of those are interfering with it. Only have a couple basic ones downloaded, so it should be simple enough to figure out which one it is.