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
|
let progress_available = size
|
||||||
- if let Some(msg) = &message {
|
- if let Some(msg) = &message {
|
||||||
35 + msg.len()
|
34 + msg.len()
|
||||||
} else {
|
} else {
|
||||||
33
|
33
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue