Don't make unread room bold, we have pills for that

This commit is contained in:
Carl Schwan
2020-11-24 09:56:41 +01:00
parent 5b34d0b30a
commit d7409bf639

View File

@@ -150,7 +150,6 @@ Kirigami.ScrollablePage {
Layout.fillWidth: true
Layout.fillHeight: true
text: name ?? ""
font.bold: unreadCount >= 0
elide: Text.ElideRight
wrapMode: Text.NoWrap
}