very minor change to title to display clear info

This commit is contained in:
Yuhki 2025-03-26 03:57:48 +01:00
parent fad1c96da4
commit 4e0667371d

View file

@ -123,7 +123,7 @@ fn main() {
}; };
let title = format!( let title = format!(
"Wuthering Waves Downloader - {}/{} files - {}{} - Speed: {}{} - Total ETA: {}", "Wuthering Waves Downloader - {}/{} files - Current File: {}{} - Speed: {}{} - Total ETA: {}",
current_success, current_success,
total_files, total_files,
bytes_to_human(downloaded_bytes), bytes_to_human(downloaded_bytes),