mirror of
https://github.com/yuhkix/wuwa-downloader.git
synced 2025-06-25 18:33:27 +00:00
Update util.rs
This commit is contained in:
parent
808f929e62
commit
278b7a5794
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ pub fn start_title_thread(
|
||||||
String::new()
|
String::new()
|
||||||
};
|
};
|
||||||
|
|
||||||
let _title = format!(
|
let title = format!(
|
||||||
"Wuthering Waves Downloader - {}/{} files - Total Downloaded: {}{} - Speed: {}{} - Total ETA: {}",
|
"Wuthering Waves Downloader - {}/{} files - Total Downloaded: {}{} - Speed: {}{} - Total ETA: {}",
|
||||||
current_success,
|
current_success,
|
||||||
total_files,
|
total_files,
|
||||||
|
|
Loading…
Reference in a new issue