mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +00:00
display unread messages counter always
This commit is contained in:
parent
e8d08e08cc
commit
862dbcba04
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user