mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 11:12:54 +08:00
Allow any key to trigger the initial osu! cookie
This commit is contained in:
parent
c2f5376e82
commit
e89441951c
@ -196,11 +196,8 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
if (State == ButtonSystemState.Initial)
|
||||
{
|
||||
if (buttonsTopLevel.Any(b => e.Key == b.TriggerKey))
|
||||
{
|
||||
logo?.TriggerClick();
|
||||
return true;
|
||||
}
|
||||
logo?.TriggerClick();
|
||||
return true;
|
||||
}
|
||||
|
||||
return base.OnKeyDown(e);
|
||||
|
Loading…
Reference in New Issue
Block a user