Correct "Empty room" display
This commit is contained in:
@@ -30,7 +30,7 @@ Rectangle {
|
||||
|
||||
HLabel {
|
||||
id: roomName
|
||||
text: chatPage.roomInfo.display_name
|
||||
text: chatPage.roomInfo.display_name || qsTr("Empty room")
|
||||
font.pixelSize: theme.fontSize.big
|
||||
color: theme.chat.roomHeader.name
|
||||
elide: Text.ElideRight
|
||||
|
Reference in New Issue
Block a user