WIP BROKEN
This commit is contained in:
parent
a5cb4c6d52
commit
beffe6f6a9
3 changed files with 20 additions and 22 deletions
|
@ -226,9 +226,9 @@ pub struct CollabPanel {
|
|||
pub channel_modal: ChannelModal,
|
||||
pub user_query_editor: FieldEditor,
|
||||
pub user_query_editor_height: f32,
|
||||
pub leave_call_button: Toggleable<IconButton>,
|
||||
pub add_contact_button: Toggleable<IconButton>,
|
||||
pub add_channel_button: Toggleable<IconButton>,
|
||||
pub leave_call_button: Toggleable<Interactive<IconButton>>,
|
||||
pub add_contact_button: Toggleable<Interactive<IconButton>>,
|
||||
pub add_channel_button: Toggleable<Interactive<IconButton>>,
|
||||
pub header_row: ContainedText,
|
||||
pub subheader_row: Toggleable<Interactive<ContainedText>>,
|
||||
pub leave_call: Interactive<ContainedText>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue