Show all room participants in titlebar

...and allow following them into external projects.
This commit is contained in:
Antonio Scandurra 2022-10-10 14:19:40 +02:00
parent 25ff5959fb
commit 9d990ae329
7 changed files with 121 additions and 67 deletions

View file

@ -172,6 +172,7 @@ pub struct Image {
pub bounds: RectF,
pub border: Border,
pub corner_radius: f32,
pub grayscale: bool,
pub data: Arc<ImageData>,
}