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