1
0

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
+1 -1
View File
@@ -349,7 +349,7 @@ export async function mainBoot() {
}
function attemptShowNotificationDot() {
if (store.s.enableFaviconNotificationDot) {
if (prefer.s.enableFaviconNotificationDot) {
setFavIconDot(true);
}
}