fix(dialog): using AsyncMessageDialog for non linux, closes tauri#7182 (#445)

This commit is contained in:
Jason Tsai
2023-08-07 20:34:16 +08:00
committed by GitHub
parent 7d9df7297a
commit be591d2feb
3 changed files with 17 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"dialog": "patch"
---
On non-Linux system, use `AsyncMessageDialog` instead of `MessageDialog`. [(tauri#7182)](https://github.com/tauri-apps/tauri/issues/7182)