Show workspace only after initializing it

This commit is contained in:
Antonio Scandurra 2023-05-19 19:35:00 +02:00
parent 5ff49bde31
commit 5a8fb18c20
7 changed files with 10 additions and 2 deletions

View file

@ -42,6 +42,7 @@ pub fn init(app_state: &Arc<AppState>, cx: &mut AppContext) {
titlebar: None,
center: false,
focus: false,
show: true,
kind: WindowKind::PopUp,
is_movable: false,
screen: Some(screen),

View file

@ -36,6 +36,7 @@ pub fn init(app_state: &Arc<AppState>, cx: &mut AppContext) {
titlebar: None,
center: false,
focus: false,
show: true,
kind: WindowKind::PopUp,
is_movable: false,
screen: Some(screen),