Place context drawer on the side of content, part of #109
This commit is contained in:
parent
1d879628f3
commit
55eb21911e
3 changed files with 32 additions and 30 deletions
|
|
@ -574,6 +574,7 @@ impl Application for App {
|
|||
|
||||
/// Creates the application, and optionally emits command on initialize.
|
||||
fn init(mut core: Core, flags: Self::Flags) -> (Self, Command<Message>) {
|
||||
core.window.context_is_overlay = false;
|
||||
core.window.show_close = false;
|
||||
core.window.show_maximize = false;
|
||||
core.window.show_minimize = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue