mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Set progress width with message to use complete space
This commit is contained in:
parent
afab3826c9
commit
9d45995e86
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ pub async fn download_segments(
|
|||
|
||||
let progress_available = size
|
||||
- if let Some(msg) = &message {
|
||||
35 + msg.len()
|
||||
34 + msg.len()
|
||||
} else {
|
||||
33
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue