diff --git a/imports/NeoChat/Page/RoomListPage.qml b/imports/NeoChat/Page/RoomListPage.qml index 0ff7e3e05..4aceca23e 100644 --- a/imports/NeoChat/Page/RoomListPage.qml +++ b/imports/NeoChat/Page/RoomListPage.qml @@ -151,7 +151,7 @@ Kirigami.ScrollablePage { Layout.alignment: Qt.AlignHCenter text: (lastEvent == "" ? topic : lastEvent).replace(/(\r\n\t|\n|\r\t)/gm," ") - visible: text.length > + visible: text.length > 0 elide: Text.ElideRight wrapMode: Text.NoWrap }