From 348e7fa379859ff4a9b33871e1c8dc0e8a613697 Mon Sep 17 00:00:00 2001
From: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Date: Mon, 15 Dec 2025 15:15:52 +0000
Subject: [PATCH] Restore notification count in BottomBar (#9554)
---
src/view/shell/bottom-bar/BottomBar.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx
index c3fc5827a9..b404a8f38d 100644
--- a/src/view/shell/bottom-bar/BottomBar.tsx
+++ b/src/view/shell/bottom-bar/BottomBar.tsx
@@ -418,7 +418,7 @@ function Btn({
a.rounded_full,
{backgroundColor: t.palette.primary_500},
]}>
- 1
+ {notificationCount}
) : hasNew ? (