fix(dialog): Create dialogs on main thread (#1073)

fixes https://github.com/tauri-apps/tauri/issues/6301
This commit is contained in:
Fabian-Lars
2024-03-13 14:41:23 +01:00
committed by GitHub
parent 14c858391d
commit 35ea5956d0
4 changed files with 46 additions and 25 deletions
+5
View File
@@ -0,0 +1,5 @@
---
dialog: patch
---
Fixed an issue where the dialog apis panicked when they were called with no application windows open.