mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 02:29:54 +08:00
Fix ReplayDownloadButton handling key repeat
This commit is contained in:
@@ -107,6 +107,9 @@ namespace osu.Game.Screens.Ranking
|
||||
|
||||
public bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
|
||||
{
|
||||
if (e.Repeat)
|
||||
return false;
|
||||
|
||||
switch (e.Action)
|
||||
{
|
||||
case GlobalAction.SaveReplay:
|
||||
|
||||
Reference in New Issue
Block a user