From cbde5d9047792964f6d50a8a7904ca9e8d64e75d Mon Sep 17 00:00:00 2001
From: Fadi SHEHADEH <fadi.shehadeh@savoirfairelinux.com>
Date: Thu, 19 May 2022 13:35:10 -0400
Subject: [PATCH] =?UTF-8?q?badge:=20show=209+=20instead=20of=20=E2=80=A6?=
 =?UTF-8?q?=20with=20more=20than=209=20items?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: I2eff7e56b16d490f579eeb75e68a526870cf188f
---
 src/mainview/components/BadgeNotifier.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainview/components/BadgeNotifier.qml b/src/mainview/components/BadgeNotifier.qml
index c7a826b31..38f454667 100644
--- a/src/mainview/components/BadgeNotifier.qml
+++ b/src/mainview/components/BadgeNotifier.qml
@@ -42,7 +42,7 @@ Rectangle {
         id: countLabel
 
         anchors.centerIn: root
-        text: count > 9 ? "…" : count
+        text: count > 9 ? "9+" : count
         color: JamiTheme.filterBadgeTextColor
         font.pointSize: JamiTheme.filterBadgeFontSize
         font.weight: Font.ExtraBold
-- 
GitLab