removed unused imports

This commit is contained in:
ayabusa 2024-03-10 10:50:09 +01:00
parent 551f8bc097
commit 70169eaf67

View File

@ -3,7 +3,7 @@
use native_dialog::FileDialog;
use tauri::{Manager, PhysicalSize, Size};
use std::{env, fmt::Display, io::{Error, ErrorKind}, path::PathBuf, sync::Mutex};
use std::{env, io::{Error, ErrorKind}, path::PathBuf, sync::Mutex};
#[cfg(target_os = "windows")]
use std::os::windows::process::CommandExt;