mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 22:33:13 +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?)[]
|
baseButtons.InsertRange(baseButtons.FindIndex(b => b.Item1 is FooterButtonMods) + 1, new (FooterButton, OverlayContainer?)[]
|
||||||
{
|
{
|
||||||
(freeModsFooterButton, freeModSelect),
|
(freeModsFooterButton, null),
|
||||||
(freeStyleButton, null)
|
(freeStyleButton, null)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user