mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update message
This commit is contained in:
parent
58b685ec1d
commit
6f1761dcd7
1 changed files with 2 additions and 2 deletions
|
|
@ -504,7 +504,7 @@ impl Page {
|
||||||
move |_, total| {
|
move |_, total| {
|
||||||
// Update loading progress
|
// Update loading progress
|
||||||
download_status.set_label(
|
download_status.set_label(
|
||||||
&format!("Download: {total} bytes")
|
&format!("Received {total} bytes...")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -514,7 +514,7 @@ impl Page {
|
||||||
Ok((_, total)) => {
|
Ok((_, total)) => {
|
||||||
// Update loading progress
|
// Update loading progress
|
||||||
download_status.set_label(
|
download_status.set_label(
|
||||||
&format!("Download completed ({total} bytes total)")
|
&format!("Download ({total} bytes) completed!")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue