mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 07:54:14 +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 |_| {
|
||||
action
|
||||
.load
|
||||
.activate(Some(&format!("download:{}", request.to_string())), true);
|
||||
.activate(Some(&format!("download:{}", request)), true);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user