mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 21:49:33 +00:00
Fix build after rebase
This commit is contained in:
parent
c84f3b3bfc
commit
aeafa6f6d6
1 changed files with 1 additions and 3 deletions
|
@ -254,9 +254,7 @@ impl CollabTitlebarItem {
|
|||
this.toggle_vcs_menu(&Default::default(), cx)
|
||||
}),
|
||||
)
|
||||
.with_children(
|
||||
self.render_branches_popover_host(&theme.workspace.titlebar, cx),
|
||||
),
|
||||
.with_children(self.render_branches_popover_host(&theme.titlebar, cx)),
|
||||
)
|
||||
}
|
||||
ret.into_any()
|
||||
|
|
Loading…
Reference in a new issue