diff options
| author | KevinWh0 <45321184+ChaoticLeah@users.noreply.github.com> | 2024-06-18 16:32:12 +0200 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-18 15:45:00 +0100 |
| commit | c71b74c2a0ff808d25fb7fee8dc8a0d261143ac2 (patch) | |
| tree | 9bb6b86336b78f9039385ecfefbce970d57917b8 /packages | |
| parent | change notificationDotNotWorkingAdvice wording (diff) | |
| download | sharkey-c71b74c2a0ff808d25fb7fee8dc8a0d261143ac2.tar.gz sharkey-c71b74c2a0ff808d25fb7fee8dc8a0d261143ac2.tar.bz2 sharkey-c71b74c2a0ff808d25fb7fee8dc8a0d261143ac2.zip | |
remove $i check from attemptShowNotificationDot
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/frontend/src/boot/main-boot.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |