mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
No footer in EditSongSelect.
This commit is contained in:
@ -126,16 +126,5 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
updateModeLight();
|
||||
}
|
||||
|
||||
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
|
||||
{
|
||||
if (!args.Repeat && args.Key == Key.Enter)
|
||||
{
|
||||
OnStart?.Invoke();
|
||||
return true;
|
||||
}
|
||||
|
||||
return base.OnKeyDown(state, args);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user