From d7409bf63961fcfa7b59e8923c0f81db80e492de Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 24 Nov 2020 09:56:41 +0100 Subject: [PATCH] Don't make unread room bold, we have pills for that --- imports/NeoChat/Page/RoomListPage.qml | 1 - 1 file changed, 1 deletion(-) 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 }