check notification dot preference from prefer instead of store (resolves #1048)
This commit is contained in:
@@ -349,7 +349,7 @@ export async function mainBoot() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function attemptShowNotificationDot() {
|
function attemptShowNotificationDot() {
|
||||||
if (store.s.enableFaviconNotificationDot) {
|
if (prefer.s.enableFaviconNotificationDot) {
|
||||||
setFavIconDot(true);
|
setFavIconDot(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user