Skip to content

Commit

Permalink
move settings button
Browse files Browse the repository at this point in the history
  • Loading branch information
pinehappi committed Dec 15, 2024
1 parent 0992d09 commit 8d86c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ function UI:updateSettingsButtonPosition()
else
self.styleStates.settingsButton.button.Parent =
self.gui.ConnectDataStore.Content["Put settings button here when breadcrumbs is disabled"]
self.styleStates.settingsButton.button.Position = UDim2.new(1, -12, 0, 10)
self.styleStates.settingsButton.button.Position = UDim2.new(1, -2, 0, 6)
end
end

Expand Down

0 comments on commit 8d86c49

Please sign in to comment.