tauri/.changes/file-dialog-refactor.md
chip a6def7066e
Refactor(tauri): move tauri-api and tauri-updater to tauri (#1455)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-04-12 01:09:41 -03:00

187 B

tauri api
minor minor

The file dialog API now uses rfd. The filter option is now an array of { name: string, extensions: string[] }.