use Mode::Hidden instead

This commit is contained in:
Cory Forsstrom 2021-04-09 09:00:29 -07:00
parent 6f6f1d82e8
commit 84c0c9bc7a
8 changed files with 19 additions and 35 deletions

View file

@ -55,7 +55,6 @@ where
let builder = settings.window.into_builder(
&application.title(),
application.mode(),
application.visible(),
event_loop.primary_monitor(),
);