chore(downloads): Progress on write speeds & added debug statements

This commit is contained in:
Louis van Liefland
2024-11-23 23:32:56 +11:00
parent 76b0975bcc
commit b065e101e6
7 changed files with 67 additions and 17 deletions

View File

@ -46,6 +46,14 @@ pub fn stop_game_download(
.download_manager
.cancel_download(game_id);
}
#[tauri::command]
pub fn get_current_write_speed(
state: tauri::State<'_, Mutex<AppState>>,
) {
}
/*
fn use_download_agent(
state: tauri::State<'_, Mutex<AppState>>,