Toggle project panel when opening new workspace in a dock-agnostic way
This commit is contained in:
parent
3d6b728364
commit
924ec961ff
3 changed files with 36 additions and 30 deletions
|
@ -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: || &[],
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue