remove $i check from attemptShowNotificationDot
This commit is contained in:
parent
72c8391208
commit
c71b74c2a0
@ -263,7 +263,6 @@ export async function mainBoot() {
|
||||
}
|
||||
|
||||
function attemptShowNotificationDot() {
|
||||
if (!$i) return;
|
||||
if (defaultStore.state.enableFaviconNotificationDot) {
|
||||
setFavIconDot(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user