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(dialog): using AsyncMessageDialog for non linux, closes tauri#7182 #445

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

pewsheen
Copy link
Contributor

Issue tauri-apps/tauri#7182
Although the issue requests to center the dialog on the window, I think someone might want to center the dialog on the screen.

I'm trying to follow how FileDialog deals with the async dialog. Non-Linux systems will use the AsyncMessageDialog.

Tested in macOS, Windows, and Linux. Only macOS will center the dialog.

@pewsheen pewsheen requested a review from a team as a code owner June 20, 2023 03:05
@lucasfernog
Copy link
Member

Looks like we actually need rfd to add an option to center the dialog on the window instead.

@lucasfernog lucasfernog merged commit be591d2 into tauri-apps:v2 Aug 7, 2023
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.

3 participants