support fast clean options
This commit is contained in:
@@ -9,8 +9,8 @@ async fn start_fast_scan() -> cleaner::FastScanResult {
|
||||
}
|
||||
|
||||
#[tauri::command]
|
||||
async fn start_fast_clean(is_simulation: bool) -> Result<cleaner::CleanResult, String> {
|
||||
cleaner::run_fast_clean(is_simulation).await
|
||||
async fn start_fast_clean(selected_paths: Vec<String>) -> Result<cleaner::CleanResult, String> {
|
||||
cleaner::run_fast_clean(selected_paths).await
|
||||
}
|
||||
|
||||
#[tauri::command]
|
||||
|
||||
Reference in New Issue
Block a user