mirror of
https://github.com/yuhkix/wuwa-downloader.git
synced 2025-06-06 01:43:40 +00:00
very minor change to title to display clear info
This commit is contained in:
parent
fad1c96da4
commit
4e0667371d
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ fn main() {
|
|||
};
|
||||
|
||||
let title = format!(
|
||||
"Wuthering Waves Downloader - {}/{} files - {}{} - Speed: {}{} - Total ETA: {}",
|
||||
"Wuthering Waves Downloader - {}/{} files - Current File: {}{} - Speed: {}{} - Total ETA: {}",
|
||||
current_success,
|
||||
total_files,
|
||||
bytes_to_human(downloaded_bytes),
|
||||
|
|
Loading…
Reference in a new issue