1
0
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:
Bartłomiej Dach 2022-05-07 11:01:05 +02:00
parent e7e7486a8e
commit fd75963ca2
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -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;