[Enhancement] Pause sounds when window alerts pop up - #7914
Merged
AbnormalPoof merged 1 commit intoAug 16, 2026
Conversation
3 tasks
EliteMasterEric
approved these changes
Aug 14, 2026
AbnormalPoof
force-pushed
the
alert-fix
branch
from
August 14, 2026 21:12
3618b4a to
8a26371
Compare
AbnormalPoof
merged commit Aug 16, 2026
a7aa36e
into
FunkinCrew:preview/public-playtest
6 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked Issues
#7875
Description
This PR pauses all game audio whenever native window alerts pop up to prevent music and sound effects from continuing while the main thread is frozen.
Changes:
WindowUtil.alert()helper method that wrapslime.app.Application.current.window.alert().FlxG.sound.onFocusLost()andonFocus()calls inside the wrapper to safely pause and resume audio during native popups.showError(),showWarning(), andshowInformation()inWindowUtilto route through the newalert()method.Screenshots/Videos
Before
2026-08-10.15-59-53.mp4
After
2026-08-10.15-55-49.1.mp4