display unread messages counter always

This commit is contained in:
Iuri Matias 2020-07-23 15:54:40 -04:00
parent e8d08e08cc
commit 862dbcba04
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ RowLayout {
}
Rectangle {
visible: !parent.checked && chatsModel.unreadMessagesCount > 0
visible: chatsModel.unreadMessagesCount > 0
anchors.top: image.top
anchors.left: image.right
anchors.leftMargin: -10