Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 8af95db

Browse files
authored
Update init.client.lua
Fix toolbar name Signed-off-by: Ryan <[email protected]>
1 parent fdc261c commit 8af95db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Signs/PluginInfo/init.client.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pluginToolbar:SetPlugin(plugin)
1717
local toolbar = pluginToolbar:CreateToolbar("Text Tools")
1818

1919
-- Add a toolbar button
20-
local button = toolbar:CreateButton("Signs", "Hide/show the Signs Widget.", "rbxassetid://12135392705", "Signs Internal")
20+
local button = toolbar:CreateButton("Signs", "Hide/show the Signs Widget.", "rbxassetid://12135392705", "Signs")
2121
button.ClickableWhenViewportHidden = true
2222

2323
-- Create new widget GUI and name it
@@ -56,4 +56,4 @@ end
5656

5757
-- PluginGui logic
5858
button.Click:Connect(toggleGui)
59-
widget:BindToClose(closeGui)
59+
widget:BindToClose(closeGui)

0 commit comments

Comments
 (0)