mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
272752c0b8
Usage: ```qml StatusChatInfoButton { title: "Iuri Matias" subTitle: "Contact" icon.color: Theme.palette.miscColor7 // identicon used as fallback when image source isn't available image.source: "https://pbs.twimg.com/profile_images/1369221718338895873/T_5fny6o_400x400.jpg" type: StatusChatInfoButton.Type.OneToOneChat // PublicChat | GroupChat | CommunityChat muted: true // default `false` pinnedMessagesCount: 1 // default `0` } ``` Closes: #79