mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 00:56:39 +00:00
display unread messages counter always
This commit is contained in:
parent
e8d08e08cc
commit
862dbcba04
@ -57,7 +57,7 @@ RowLayout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
visible: !parent.checked && chatsModel.unreadMessagesCount > 0
|
visible: chatsModel.unreadMessagesCount > 0
|
||||||
anchors.top: image.top
|
anchors.top: image.top
|
||||||
anchors.left: image.right
|
anchors.left: image.right
|
||||||
anchors.leftMargin: -10
|
anchors.leftMargin: -10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user