@@ -17,27 +17,13 @@ pluginToolbar:SetPlugin(plugin)
1717local toolbar = pluginToolbar :CreateToolbar (" Text Tools" )
1818
1919-- Add a toolbar button
20- local button = toolbar :CreateButton (" SignsInternal " , " Hide/show the Signs Widget." , " rbxassetid://12168352133 " , " Signs Internal" )
20+ local button = toolbar :CreateButton (" Signs " , " Hide/show the Signs Widget." , " rbxassetid://12135392705 " , " Signs Internal" )
2121button .ClickableWhenViewportHidden = true
2222
2323-- Create new widget GUI and name it
2424local widget = plugin :CreateDockWidgetPluginGui (" Signs" , widgetInfo )
25- widget .Title = " Signs Internal 2.1.0"
26- widget .Name = " SignsInternal"
27-
28- -- Set CreateButton.Icon to match Studio theme
29- local function setIcon ()
30- if settings ().Studio .Theme == settings ().Studio :GetAvailableThemes ()[1 ] then -- Light theme
31- button .Icon = " rbxassetid://12168355722"
32- elseif settings ().Studio .Theme == settings ().Studio :GetAvailableThemes ()[2 ] then -- Dark theme
33- button .Icon = " rbxassetid://12168354157"
34- else
35- button .Icon = " rbxassetid://12168352133"
36- warn (" Failed to get Studio Theme. Button Icon may have low visibility." )
37- end
38- end
39- settings ().Studio .ThemeChanged :Connect (setIcon )
40- setIcon ()
25+ widget .Title = " Signs 3.0.0"
26+ widget .Name = " Signs"
4127
4228-- Initialize PluginGui or DevelopmentGui
4329local AddOns = require (script .Parent .PluginGui )
0 commit comments