Move placeholder titlebar render to collab_ui
This commit is contained in:
parent
84bcbf1128
commit
793fa6e3a4
15 changed files with 7323 additions and 7316 deletions
|
@ -341,10 +341,6 @@ pub fn initialize_workspace(
|
|||
// workspace.active_pane().clone(),
|
||||
// ));
|
||||
|
||||
// let collab_titlebar_item =
|
||||
// cx.add_view(|cx| CollabTitlebarItem::new(workspace, &workspace_handle, cx));
|
||||
// workspace.set_titlebar_item(collab_titlebar_item.into_any(), cx);
|
||||
|
||||
// let copilot =
|
||||
// cx.add_view(|cx| copilot_button::CopilotButton::new(app_state.fs.clone(), cx));
|
||||
// let diagnostic_summary =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue