mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 10:42:08 +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)
|
this.toggle_vcs_menu(&Default::default(), cx)
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
.with_children(
|
.with_children(self.render_branches_popover_host(&theme.titlebar, cx)),
|
||||||
self.render_branches_popover_host(&theme.workspace.titlebar, cx),
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
ret.into_any()
|
ret.into_any()
|
||||||
|
|
Loading…
Reference in a new issue