check notification dot preference from prefer instead of store (resolves #1048)

This commit is contained in:
Hazelnoot 2025-05-07 13:30:34 -04:00
parent b66a486036
commit 6ec295b461

View file

@ -349,7 +349,7 @@ export async function mainBoot() {
}
function attemptShowNotificationDot() {
if (store.s.enableFaviconNotificationDot) {
if (prefer.s.enableFaviconNotificationDot) {
setFavIconDot(true);
}
}