|
|
|
@ -9,9 +9,8 @@ use tauri::{command, Manager, Runtime, State, Window};
|
|
|
|
|
use tauri_plugin_fs::FsExt;
|
|
|
|
|
|
|
|
|
|
use crate::{
|
|
|
|
|
StopAccessingPath,
|
|
|
|
|
Dialog, FileDialogBuilder, FilePath, MessageDialogButtons, MessageDialogKind, Result, CANCEL,
|
|
|
|
|
NO, OK, YES,
|
|
|
|
|
Dialog, FileDialogBuilder, FilePath, MessageDialogButtons, MessageDialogKind, Result,
|
|
|
|
|
StopAccessingPath, CANCEL, NO, OK, YES,
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#[derive(Serialize)]
|
|
|
|
|