Skip to content

Commit

Permalink
Fix text not being visible
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
  • Loading branch information
RyanLua committed Sep 19, 2023
1 parent a25b1fb commit 6a9cf5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Satchel/SatchelScript/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ local function MakeSlot(parent: Instance, index: number): GuiObject

if icon ~= "" then
ToolName.Visible = false
else
ToolName.Visible = true
end

ToolName.Text = tool.Name
Expand Down

0 comments on commit 6a9cf5b

Please sign in to comment.