Show last room message as roomDelegate subtitle
This commit is contained in:
@@ -32,8 +32,8 @@ Rectangle {
|
||||
}
|
||||
|
||||
Base.HLabel {
|
||||
id: "roomSubtitle"
|
||||
text: chatPage.room.subtitle
|
||||
id: "roomDescription"
|
||||
text: chatPage.room.description
|
||||
font.pixelSize: smallSize
|
||||
elide: Text.ElideRight
|
||||
maximumLineCount: 1
|
||||
|
Reference in New Issue
Block a user