Fix microphone and speaking styles

This commit is contained in:
Mikayla Maki 2023-06-28 08:41:31 -07:00
parent c381e8821c
commit 9ab0efa1f8
No known key found for this signature in database
3 changed files with 23 additions and 10 deletions

View file

@ -132,6 +132,8 @@ pub struct Titlebar {
pub sign_in_button: Toggleable<Interactive<ContainedText>>,
pub outdated_warning: ContainedText,
pub share_button: Toggleable<Interactive<ContainedText>>,
pub muted: Color,
pub speaking: Color,
pub screen_share_button: Toggleable<Interactive<IconButton>>,
pub toggle_contacts_button: Toggleable<Interactive<IconButton>>,
pub toggle_microphone_button: Toggleable<Interactive<IconButton>>,
@ -146,6 +148,7 @@ pub struct UserMenu {
pub user_menu_button_online: UserMenuButton,
pub user_menu_button_offline: UserMenuButton,
}
#[derive(Clone, Deserialize, Default, JsonSchema)]
pub struct UserMenuButton {
pub user_menu: Toggleable<Interactive<Icon>>,