1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

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);
}
}