mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-08 15:27:06 +03:00
Move share button to the right hand side
This commit is contained in:
parent
d079a0eb20
commit
ae68be64c0
@ -82,7 +82,7 @@ impl View for CollabTitlebarItem {
|
|||||||
.zip(peer_id)
|
.zip(peer_id)
|
||||||
.zip(ActiveCall::global(cx).read(cx).room().cloned())
|
.zip(ActiveCall::global(cx).read(cx).room().cloned())
|
||||||
{
|
{
|
||||||
left_container
|
right_container
|
||||||
.add_children(self.render_in_call_share_unshare_button(&workspace, &theme, cx));
|
.add_children(self.render_in_call_share_unshare_button(&workspace, &theme, cx));
|
||||||
|
|
||||||
left_container
|
left_container
|
||||||
|
Loading…
Reference in New Issue
Block a user