remove $i check from attemptShowNotificationDot
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user