mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 09:03:01 +08:00
Fix user mod select button being inserted in incorrect place
This commit is contained in:
parent
c640fbbaf0
commit
5e002fbf9b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user