mirror of
https://github.com/tauri-apps/web-view.git
synced 2026-02-07 19:41:18 +01:00
Uses tinyfiledialogs to implement dialog functions on webview. Removes original implementation. Converts all examples that use dialogs to use tinyfiledialogs directly. Note: Your code will still work as it is, you will only get deprecation warnings, you should eventually switch to tinyfiledialogs or some other crate for handling dialogs.