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:
@@ -349,7 +349,7 @@ export async function mainBoot() {
|
||||
}
|
||||
|
||||
function attemptShowNotificationDot() {
|
||||
if (store.s.enableFaviconNotificationDot) {
|
||||
if (prefer.s.enableFaviconNotificationDot) {
|
||||
setFavIconDot(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user