mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 07:29:53 +08:00
Dismiss mod select if select binding is pressed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user