1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00

remove $i check from attemptShowNotificationDot

This commit is contained in:
KevinWh0
2024-06-18 16:32:12 +02:00
committed by dakkar
parent 72c8391208
commit c71b74c2a0

View File

@@ -263,7 +263,6 @@ export async function mainBoot() {
} }
function attemptShowNotificationDot() { function attemptShowNotificationDot() {
if (!$i) return;
if (defaultStore.state.enableFaviconNotificationDot) { if (defaultStore.state.enableFaviconNotificationDot) {
setFavIconDot(true); setFavIconDot(true);
} }