Support inline HTML/links for room topic
This commit is contained in:
@@ -47,9 +47,10 @@ Rectangle {
|
||||
HoverHandler { id: nameHover }
|
||||
}
|
||||
|
||||
HLabel {
|
||||
HRichLabel {
|
||||
id: roomTopic
|
||||
text: chatPage.roomInfo.topic
|
||||
textFormat: Text.StyledText
|
||||
font.pixelSize: theme.fontSize.small
|
||||
color: theme.chat.roomHeader.topic
|
||||
elide: Text.ElideRight
|
||||
|
Reference in New Issue
Block a user