feat(app): allow context drawer to be laid out next to content
This commit is contained in:
parent
a962865230
commit
e56a94b783
3 changed files with 71 additions and 21 deletions
|
|
@ -385,7 +385,7 @@ impl<T: Application> Cosmic<T> {
|
|||
},
|
||||
|
||||
Message::ContextDrawer(show) => {
|
||||
self.app.core_mut().window.show_context = show;
|
||||
self.app.core_mut().set_show_context(show);
|
||||
return self.app.on_context_drawer();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue