From 862dbcba040153e353c81957ca36517af2fc675b Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 23 Jul 2020 15:54:40 -0400 Subject: [PATCH] display unread messages counter always --- ui/app/AppMain.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppMain.qml b/ui/app/AppMain.qml index 90331c9c7d..03d524ac55 100644 --- a/ui/app/AppMain.qml +++ b/ui/app/AppMain.qml @@ -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