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

@ -747,6 +747,7 @@ impl Renderer {
border_left: border_width * (image.border.left as usize as f32),
border_color: image.border.color.to_uchar4(),
corner_radius,
grayscale: image.grayscale as u8,
});
}
@ -769,6 +770,7 @@ impl Renderer {
border_left: 0.,
border_color: Default::default(),
corner_radius: 0.,
grayscale: false as u8,
});
} else {
log::warn!("could not render glyph with id {}", image_glyph.id);