show file path in response

This commit is contained in:
yggverse 2024-12-11 04:19:52 +02:00
parent ef2d3c9cd6
commit 8730ca49de

View File

@ -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())
}