1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 15:27:24 +08:00

Fix user mod select button being inserted in incorrect place

This commit is contained in:
Bartłomiej Dach 2024-06-12 08:59:50 +02:00
parent c640fbbaf0
commit 5e002fbf9b
No known key found for this signature in database

View File

@ -257,7 +257,7 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
if (playlistItem.AllowedMods.Any())
{
footerButtons.Insert(0, new UserModSelectButton
footerButtons.Insert(-1, new UserModSelectButton
{
Text = "Free mods",
Anchor = Anchor.Centre,