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

desktop: Use async dialogs when saving files #19132

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

kjarosh
Copy link
Member

@kjarosh kjarosh commented Jan 4, 2025

Since we're using tokio we can easily migrate save dialogs to async ones, that do not require another thread to be handled.

@kjarosh kjarosh added A-desktop Area: Desktop Application T-fix Type: Bug fix (in something that's supposed to work already) labels Jan 4, 2025
@evilpie evilpie enabled auto-merge (rebase) January 5, 2025 10:53
Since we're using tokio we can easily migrate save dialogs to async
ones, that do not require another thread to be handled.
@evilpie evilpie merged commit f101687 into ruffle-rs:master Jan 5, 2025
22 checks passed
@kjarosh kjarosh deleted the async-save-swf branch January 5, 2025 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-desktop Area: Desktop Application T-fix Type: Bug fix (in something that's supposed to work already)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zbus Crash when trying to save known movie
2 participants