mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
show file path in response
This commit is contained in:
parent
ef2d3c9cd6
commit
8730ca49de
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ impl Page {
|
|||
let action = action.clone();
|
||||
move |result| match result {
|
||||
Ok((_, total)) => action.complete.activate(
|
||||
&format!("Download ({total} bytes) completed!")
|
||||
&format!("Saved to {} ({total} bytes total)", file.parse_name())
|
||||
),
|
||||
Err(e) => action.cancel.activate(&e.to_string())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue