Correct "Empty room" display

This commit is contained in:
miruka
2019-11-27 10:03:49 -04:00
parent 81ce4635fc
commit 710dd56109
4 changed files with 9 additions and 11 deletions

View File

@@ -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