fix(menu_bar): root text will inherit icon color from header
This commit is contained in:
parent
aa3f5d3401
commit
f9f8eb51cb
8 changed files with 26 additions and 24 deletions
|
|
@ -168,7 +168,7 @@ impl cosmic::Application for App {
|
|||
Err(why) => Message::OpenError(Arc::new(why)),
|
||||
}
|
||||
})
|
||||
.map(cosmic::app::Message::App);
|
||||
.map(Into::into);
|
||||
}
|
||||
|
||||
// Displays an error in the application's warning bar.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue