mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
check notification dot preference from prefer instead of store (resolves #1048)
This commit is contained in:
parent
b66a486036
commit
6ec295b461
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ export async function mainBoot() {
|
|||
}
|
||||
|
||||
function attemptShowNotificationDot() {
|
||||
if (store.s.enableFaviconNotificationDot) {
|
||||
if (prefer.s.enableFaviconNotificationDot) {
|
||||
setFavIconDot(true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue