mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2025-01-03 06:01:18 +00:00
remove $i check from attemptShowNotificationDot
This commit is contained in:
parent
72c8391208
commit
c71b74c2a0
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue