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
95 stars 123 forks source link

Added Hybrid Support for Old & New Roblox Topbar #82

Closed iamEvanYT closed 6 months ago

iamEvanYT commented 8 months ago

Roblox is experimenting a new, more compact Topbar, which doesn't match the current style. In this PR, I changed the code to use GuiService.TopbarInset property to determine if the user is using the old or the new one (>36 pixels). If it is the new one, it would switch the theme to the new style.

@1ForeverHD, please check this PR.

image

fgclue commented 7 months ago

Hope this gets into main, UIShelf has never worked for me.

iamEvanYT commented 7 months ago

Hope this gets into main, UIShelf has never worked for me.

Hello, if you want to, you can use my fork for now. It supports both topbars!

fgclue commented 7 months ago

Thanks!

1ForeverHD commented 6 months ago

Many thanks for this Evan! I'll be using some of this code for the re-write.