1ForeverHD / TopbarPlus

Construct dynamic and intuitive topbar icons. Enhance the appearance and behaviour of these icons with features such as themes, dropdowns and menus.
https://devforum.roblox.com/t/topbarplus/1017485
Mozilla Public License 2.0
91 stars 119 forks source link

Ability to show/hide icons #126

Open RuizuKun-Dev opened 2 weeks ago

RuizuKun-Dev commented 2 weeks ago

I made sure to read API documentation first before coming here, I am looking for a simple functionality of Showing and Hiding an Icon for example, I might not want a button to be hidden in a dropdown at one point in time and then at a later point in time I'd want to show the button again

I understand I can create a new button instead however this is wasteful and a hassle to setup, and would be easier to just reuse the icon

In short I'd like the ability to show/hide icons like so :Hide(), :Show(), without disconnecting my events and destroying Child Icons etc