mirror of
https://github.com/ppy/osu
synced 2025-04-01 22:48:33 +00: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…
Reference in New Issue
Block a user