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:
parent
c640fbbaf0
commit
5e002fbf9b
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user