Place context drawer on the side of content, part of #109

This commit is contained in:
Jeremy Soller 2024-09-20 11:41:15 -06:00
parent 1d879628f3
commit 55eb21911e
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 32 additions and 30 deletions

View file

@ -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;