mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 15:27:48 +00:00
misc
This commit is contained in:
@@ -34,7 +34,7 @@ pub async fn download_file_progress(
|
||||
let total_size = res.content_length().unwrap_or(size);
|
||||
pb.set_length(total_size);
|
||||
let msg = format!(
|
||||
"{} {} ({})",
|
||||
"[{}] {} ({})",
|
||||
"Downloading".bright_yellow(),
|
||||
misc::cute_path(path),
|
||||
misc::human_readable_bytes(total_size)
|
||||
|
||||
Reference in New Issue
Block a user