mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
remove extra construction
This commit is contained in:
parent
99c3c5b0e5
commit
67f2eace55
@ -26,7 +26,7 @@ pub fn build(mime: &str, download: Option<(&Rc<TabAction>, &Uri)>) -> StatusPage
|
|||||||
move |_| {
|
move |_| {
|
||||||
action
|
action
|
||||||
.load
|
.load
|
||||||
.activate(Some(&format!("download:{}", request.to_string())), true);
|
.activate(Some(&format!("download:{}", request)), true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user