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

No Image Bug #75

Closed damimaa closed 6 months ago

damimaa commented 1 year ago

In my dropdown, I have an image to a icon from the dropdown, but it doesn't show. Is there something wrong with my code showed below?

:setDropdown({ Icon.new() :setImage("rbxassetid://6162968242") :setTheme(NoTheme) :setLabel("Admin Commands") :setProperty("deselectWhenOtherIconSelected", false) :bindEvent("toggled", function() Audio:Play() end) :bindEvent("selected", function() game.GetService("MarketplaceService"):PromptGamePassPurchase(Player, 217037937) end) })