mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-29 13:03:09 +03:00
7 lines
213 B
Markdown
7 lines
213 B
Markdown
---
|
|
"tauri": patch
|
|
---
|
|
|
|
Allow the `tauri::api::dialog` APIs to be executed on any secondary thread.
|
|
**Breaking change:** All dialog APIs now takes a closure instead of returning the response on the function call.
|