Move share button to the right hand side

This commit is contained in:
Piotr Osiewicz 2023-06-13 12:51:11 +02:00 committed by Mikayla Maki
parent d079a0eb20
commit ae68be64c0
No known key found for this signature in database

View File

@ -82,7 +82,7 @@ impl View for CollabTitlebarItem {
.zip(peer_id)
.zip(ActiveCall::global(cx).read(cx).room().cloned())
{
left_container
right_container
.add_children(self.render_in_call_share_unshare_button(&workspace, &theme, cx));
left_container