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

Missing Icon.highlightKey despite shown on docs #129

Open Hunterk1241 opened 1 week ago

Hunterk1241 commented 1 week ago

On the documentation, it tells you that you can change the default highlight key from DPadUp to any binding you seem fit. image However, this seems to not be true as setting Icon.highlightKey does nothing. For example, doing Icon.highlightKey = Enum.KeyCode.ButtonY doesn't change it to ButtonY and keeps it as DPadUp. Perhaps a mistake?