From 4e0667371d88d4fb42747e09b6e52c8680d63ddb Mon Sep 17 00:00:00 2001 From: Yuhki Date: Wed, 26 Mar 2025 03:57:48 +0100 Subject: [PATCH] very minor change to title to display clear info --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 5c878ca..79ffb73 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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),