Skip to content

Commit

Permalink
Fix user mod select button being inserted in incorrect place
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Jun 12, 2024
1 parent c640fbb commit 5e002fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ private void load(AudioManager audio)

if (playlistItem.AllowedMods.Any())
{
footerButtons.Insert(0, new UserModSelectButton
footerButtons.Insert(-1, new UserModSelectButton
{
Text = "Free mods",
Anchor = Anchor.Centre,
Expand Down

0 comments on commit 5e002fb

Please sign in to comment.