We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721c1cd commit 261697eCopy full SHA for 261697e
plugins/dialog/src/desktop.rs
@@ -13,7 +13,7 @@ use rfd::{AsyncFileDialog, AsyncMessageDialog};
13
use serde::de::DeserializeOwned;
14
use tauri::{plugin::PluginApi, AppHandle, Runtime};
15
16
-use crate::{models::*, FileDialogBuilder, FilePath, MessageDialogBuilder, CANCEL, NO, YES};
+use crate::{models::*, FileDialogBuilder, FilePath, MessageDialogBuilder};
17
18
pub fn init<R: Runtime, C: DeserializeOwned>(
19
app: &AppHandle<R>,
0 commit comments