feat(dialog): implement save API on iOS (#1707)

This commit is contained in:
Lucas Fernandes Nogueira
2024-09-02 21:13:43 -03:00
committed by GitHub
parent ff134a8ca4
commit feb1e93fcb
4 changed files with 97 additions and 51 deletions
-3
View File
@@ -18,9 +18,6 @@ pub enum Error {
#[cfg(mobile)]
#[error("Folder picker is not implemented on mobile")]
FolderPickerNotImplemented,
#[cfg(target_os = "ios")]
#[error("File save dialog is not implemented on iOS")]
FileSaveDialogNotImplemented,
#[error(transparent)]
Fs(#[from] tauri_plugin_fs::Error),
#[error("URL is not a valid path")]