Skip to content

Commit 261697e

Browse files
authored
Update desktop.rs
1 parent 721c1cd commit 261697e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/dialog/src/desktop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use rfd::{AsyncFileDialog, AsyncMessageDialog};
1313
use serde::de::DeserializeOwned;
1414
use tauri::{plugin::PluginApi, AppHandle, Runtime};
1515

16-
use crate::{models::*, FileDialogBuilder, FilePath, MessageDialogBuilder, CANCEL, NO, YES};
16+
use crate::{models::*, FileDialogBuilder, FilePath, MessageDialogBuilder};
1717

1818
pub fn init<R: Runtime, C: DeserializeOwned>(
1919
app: &AppHandle<R>,

0 commit comments

Comments
 (0)