mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Update UI cases where repeat should not be handled
This commit is contained in:
@ -12,6 +12,9 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
public bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
|
||||
{
|
||||
if (e.Repeat)
|
||||
return false;
|
||||
|
||||
if (e.Action != GlobalAction.QuickRetry) return false;
|
||||
|
||||
BeginConfirm();
|
||||
|
Reference in New Issue
Block a user