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 alert box closing delay #2383

Merged

Conversation

RunDevelopment
Copy link
Member

I noticed that there was a small delay between clicking the close button on alerts and the alert actually being closed. This delay was very obvious, because we have a message queue that updates instantly. So when there's one alert and the alert gets closed, this delay causes an empty alert to be displayed for a few frames.

The fix is to simple try the open state to the message queue. If there is no message, don't have the alert open.

@joeyballentine joeyballentine merged commit ee5055c into chaiNNer-org:main Dec 6, 2023
4 checks passed
@RunDevelopment RunDevelopment deleted the alert-close-delay-fix branch December 6, 2023 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants