1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-23 15:02:53 +08:00

Stop "hold for HUD" key binding from blocking other key presses

I don't think there's a good reason for this to be blocking.

Closes https://github.com/ppy/osu/issues/31274.
This commit is contained in:
Dean Herbert 2025-02-18 12:58:54 +09:00
parent 3b8b8ae87f
commit f5b485a44d
No known key found for this signature in database

View File

@ -414,7 +414,7 @@ namespace osu.Game.Screens.Play
case GlobalAction.HoldForHUD:
holdingForHUD.Value = true;
return true;
return false;
case GlobalAction.ToggleInGameInterface:
switch (configVisibilityMode.Value)