mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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| {
|
||||
// Update loading progress
|
||||
download_status.set_label(
|
||||
&format!("Download: {total} bytes")
|
||||
&format!("Received {total} bytes...")
|
||||
);
|
||||
}
|
||||
},
|
||||
|
|
@ -514,7 +514,7 @@ impl Page {
|
|||
Ok((_, total)) => {
|
||||
// Update loading progress
|
||||
download_status.set_label(
|
||||
&format!("Download completed ({total} bytes total)")
|
||||
&format!("Download ({total} bytes) completed!")
|
||||
);
|
||||
}
|
||||
Err(e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue