Show workspace only after initializing it
This commit is contained in:
parent
5ff49bde31
commit
5a8fb18c20
7 changed files with 10 additions and 2 deletions
|
@ -398,7 +398,8 @@ pub fn build_window_options(
|
|||
traffic_light_position: Some(vec2f(8., 8.)),
|
||||
}),
|
||||
center: false,
|
||||
focus: true,
|
||||
focus: false,
|
||||
show: false,
|
||||
kind: WindowKind::Normal,
|
||||
is_movable: true,
|
||||
bounds,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue