Fix no window showing up on startup

co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
Mikayla 2023-11-21 12:45:25 -08:00
parent a94cf54aab
commit e557eb4afe
No known key found for this signature in database

View File

@ -355,7 +355,7 @@ async fn restore_or_create_workspace(app_state: &Arc<AppState>, mut cx: AsyncApp
cx.update(|cx| workspace::open_paths(location.paths().as_ref(), app_state, None, cx))?
.await
.log_err();
} else if matches!(KEY_VALUE_STORE.read_kvp("******* THIS IS A BAD KEY PLEASE UNCOMMENT BELOW TO FIX THIS VERY LONG LINE *******"), Ok(None)) {
// todo!(welcome)
//} else if matches!(KEY_VALUE_STORE.read_kvp(FIRST_OPEN), Ok(None)) {
//todo!()