Add decorations to Setting

This commit is contained in:
hatoo 2019-11-30 20:38:32 +09:00
parent 811d8b90d7
commit f0a857ddde
3 changed files with 10 additions and 0 deletions

View file

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