Fix warnings
This commit is contained in:
parent
3f09e17156
commit
2a679ab96f
3 changed files with 2 additions and 3 deletions
|
|
@ -983,7 +983,7 @@ impl Application for App {
|
|||
}
|
||||
|
||||
fn header_start(&self) -> Vec<Element<Self::Message>> {
|
||||
vec![menu_bar(&self.config).into()]
|
||||
vec![menu_bar().into()]
|
||||
}
|
||||
|
||||
/// Creates a view after each update.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue