Always show invite link in contacts popover

This commit is contained in:
Antonio Scandurra 2022-10-11 18:22:00 +02:00
parent f83de0a91c
commit ba6c5441c0
5 changed files with 71 additions and 68 deletions

View file

@ -89,6 +89,8 @@ pub struct ContactsPopover {
pub container: ContainerStyle,
pub height: f32,
pub width: f32,
pub invite_row_height: f32,
pub invite_row: Interactive<ContainedLabel>,
}
#[derive(Deserialize, Default)]
@ -110,7 +112,6 @@ pub struct ContactList {
pub contact_button_spacing: f32,
pub disabled_button: IconButton,
pub section_icon_size: f32,
pub invite_row: Interactive<ContainedLabel>,
pub calling_indicator: ContainedText,
}