diff --git a/src/app/browser/window/tab/item/page/content/status/mime.rs b/src/app/browser/window/tab/item/page/content/status/mime.rs index b37fd1b1..3a917b5f 100644 --- a/src/app/browser/window/tab/item/page/content/status/mime.rs +++ b/src/app/browser/window/tab/item/page/content/status/mime.rs @@ -26,7 +26,7 @@ pub fn build(mime: &str, download: Option<(&Rc, &Uri)>) -> StatusPage move |_| { action .load - .activate(Some(&format!("download:{}", request.to_string())), true); + .activate(Some(&format!("download:{}", request)), true); } });