Skip to content

Commit 0edbafc

Browse files
committed
fix: s
1 parent 8f6c581 commit 0edbafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/dialog/src/mobile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use tauri::{
88
AppHandle, Runtime,
99
};
1010

11-
use crate::{FileDialogBuilder, FilePath, MessageDialogBuilder, DestroyPathOptions};
11+
use crate::{FileDialogBuilder, FilePath, MessageDialogBuilder};
1212

1313
#[cfg(target_os = "android")]
1414
const PLUGIN_IDENTIFIER: &str = "app.tauri.dialog";

0 commit comments

Comments
 (0)