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
103 stars 134 forks source link

icon:setCaption() is not working on legacy topbar #96

Closed qfoxb closed 6 months ago

qfoxb commented 6 months ago

Testing on a fresh baseplate - creating a new icon and setting a caption causes icons on the older topbar variant to not have a caption image

LocalScript content

local Icon = require(game:GetService("ReplicatedStorage").Icon)
local icon = Icon.new()
icon:setCaption("Test caption!!!!")
qfoxb commented 6 months ago

wait - i meant to use setLabel 🙃🙃🙃🙃🙃 captions are working fine 🤣