Add decorations to Setting
This commit is contained in:
parent
811d8b90d7
commit
f0a857ddde
3 changed files with 10 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ pub trait Application: Sized {
|
|||
height: f64::from(height),
|
||||
})
|
||||
.with_resizable(settings.window.resizable)
|
||||
.with_decorations(settings.window.decorations)
|
||||
.build(&event_loop)
|
||||
.expect("Open window");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue