1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-07 21:32:57 +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()) if (playlistItem.AllowedMods.Any())
{ {
footerButtons.Insert(0, new UserModSelectButton footerButtons.Insert(-1, new UserModSelectButton
{ {
Text = "Free mods", Text = "Free mods",
Anchor = Anchor.Centre, Anchor = Anchor.Centre,