Преглед на файлове

chore: adjust change file

Lucas Nogueira преди 4 години
родител
ревизия
60b1e260f5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .changes/dialog-thread-handling.md

+ 1 - 1
.changes/dialog-thread-handling.md

@@ -2,5 +2,5 @@
 "tauri": patch
 ---
 
-Allow the `tauri::api::dialog` APIs to be executed on any thread.
+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.