Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix save & export failed replay hotkeys handling repeated keypresses #25964

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

rushiiMachine
Copy link
Contributor

This was already handled in ReplayDownloadButton

if (e.Repeat)
return false;

but seemingly missed for SaveFailedScoreButton allowing replays to keep being re-exported as long as the key is held down

guhh.mp4

@bdach bdach changed the title Prevent ExportReplay being spammed on failscreen Fix save & export failed replay hotkeys handling repeated keypresses Dec 20, 2023
@bdach bdach merged commit b7cca78 into ppy:master Dec 20, 2023
11 of 17 checks passed
@rushiiMachine rushiiMachine deleted the fix-export-replay-spam branch December 20, 2023 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants