Fix warning and update tokio

This commit is contained in:
2025-07-27 13:21:50 -07:00
parent ded6875f29
commit e8ae09446c
2 changed files with 2 additions and 1 deletions

View File

@@ -348,6 +348,7 @@ async fn open_folder(app: AppHandle, name: String) {
}
}
#[allow(unused_variables)]
#[tauri::command]
fn fix_mac_permissions(app: AppHandle, name: String, executable: String) {
#[cfg(target_os = "macos")]