Skip to content

Fix 2 small issues #107

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

Merged
merged 1 commit into from
Apr 10, 2025
Merged

Fix 2 small issues #107

merged 1 commit into from
Apr 10, 2025

Conversation

mhoyer-streamlabs
Copy link
Contributor

Bug: when disk space is low, if the user clicked 'Cancel' the app would join a thread that never exited and therefore never close. Properly handle this case (set error and reset thread guards).

Weird behavior: the UI wasn't fully initialized before trying to connect to the server, so the user saw an incomplete dialog if connection wasn't instantaneous. Add a parameter to the UI update function and call it before attempting to connect so an appropriate message is displayed.

@summeroff summeroff merged commit d6fe431 into master Apr 10, 2025
6 checks passed
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.

2 participants