mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 02:47:19 +08:00
Dismiss mod select if select binding is pressed
This commit is contained in:
parent
e7e7486a8e
commit
fd75963ca2
@ -384,7 +384,7 @@ namespace osu.Game.Overlays.Mods
|
||||
return true;
|
||||
}
|
||||
|
||||
if (e.Action == Hotkey)
|
||||
if (e.Action == Hotkey || e.Action == GlobalAction.Select)
|
||||
{
|
||||
if (customisationVisible.Value)
|
||||
customisationVisible.Value = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user