mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra construction
This commit is contained in:
parent
99c3c5b0e5
commit
67f2eace55
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue