diff --git a/imports/NeoChat/Page/RoomListPage.qml b/imports/NeoChat/Page/RoomListPage.qml index eba6ea29e..6b5ba32c4 100644 --- a/imports/NeoChat/Page/RoomListPage.qml +++ b/imports/NeoChat/Page/RoomListPage.qml @@ -150,7 +150,6 @@ Kirigami.ScrollablePage { Layout.fillWidth: true Layout.fillHeight: true text: name ?? "" - font.bold: unreadCount >= 0 elide: Text.ElideRight wrapMode: Text.NoWrap }