fix notifications
This commit is contained in:
parent
2e53707324
commit
20162e5358
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ export const notifications = {
|
||||||
commit('addNewNotifications', { notifications: [notification] })
|
commit('addNewNotifications', { notifications: [notification] })
|
||||||
|
|
||||||
maybeShowNotification(
|
maybeShowNotification(
|
||||||
|
useSyncConfigStore().mergedConfig.notificationVisibility,
|
||||||
store,
|
store,
|
||||||
Object.values(useSyncConfigStore().prefsStorage.simple.muteFilters),
|
Object.values(useSyncConfigStore().prefsStorage.simple.muteFilters),
|
||||||
notification,
|
notification,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue