From c71b74c2a0ff808d25fb7fee8dc8a0d261143ac2 Mon Sep 17 00:00:00 2001
From: KevinWh0 <45321184+ChaoticLeah@users.noreply.github.com>
Date: Tue, 18 Jun 2024 16:32:12 +0200
Subject: [PATCH] remove $i check from attemptShowNotificationDot

---
 packages/frontend/src/boot/main-boot.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/frontend/src/boot/main-boot.ts b/packages/frontend/src/boot/main-boot.ts
index 88942bec34..e7c2ef9449 100644
--- a/packages/frontend/src/boot/main-boot.ts
+++ b/packages/frontend/src/boot/main-boot.ts
@@ -263,7 +263,6 @@ export async function mainBoot() {
 		}
 
 		function attemptShowNotificationDot() {
-			if (!$i) return;
 			if (defaultStore.state.enableFaviconNotificationDot) {
 				setFavIconDot(true);
 			}