1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 05:29:59 +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
Unverified
parent e7e7486a8e
commit fd75963ca2
+1 -1
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;