mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 04:23:21 +08:00
Fix freemods button opening overlay unexpectedly
This commit is contained in:
parent
ac738f109a
commit
d8ff5bcacb
@ -206,7 +206,7 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
|
||||
baseButtons.InsertRange(baseButtons.FindIndex(b => b.Item1 is FooterButtonMods) + 1, new (FooterButton, OverlayContainer?)[]
|
||||
{
|
||||
(freeModsFooterButton, freeModSelect),
|
||||
(freeModsFooterButton, null),
|
||||
(freeStyleButton, null)
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user