Use facepile for avatars

This commit is contained in:
Piotr Osiewicz 2023-11-27 14:56:51 +01:00
parent 714b45157b
commit bf4211b03a
3 changed files with 54 additions and 78 deletions

View file

@ -2003,8 +2003,6 @@ impl Workspace {
self.active_pane.update(cx, |pane, cx| {
pane.add_item(shared_screen, false, true, None, cx)
});
} else {
dbg!("WTF");
}
}