Toggle project panel when opening new workspace in a dock-agnostic way

This commit is contained in:
Antonio Scandurra 2023-05-19 15:27:18 +02:00
parent 3d6b728364
commit 924ec961ff
3 changed files with 36 additions and 30 deletions

View file

@ -194,7 +194,7 @@ impl TestServer {
themes: ThemeRegistry::new((), cx.font_cache()),
fs: fs.clone(),
build_window_options: |_, _, _| Default::default(),
initialize_workspace: |_, _, _| unimplemented!(),
initialize_workspace: |_, _, _, _| unimplemented!(),
background_actions: || &[],
});