Start window invisible on Windows

This commit is contained in:
Kirill Chibisov 2020-02-04 20:47:54 +03:00 committed by GitHub
parent 74039bde12
commit b72903e720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ impl Window {
WindowBuilder::new()
.with_title(title)
.with_visible(true)
.with_visible(false)
.with_decorations(decorations)
.with_transparent(true)
.with_maximized(window_config.startup_mode() == StartupMode::Maximized)