From 20162e535853e5a83f5022b9848eda30a4de9f14 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 16 Feb 2026 16:58:17 +0200 Subject: [PATCH] fix notifications --- src/modules/notifications.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/notifications.js b/src/modules/notifications.js index 9507177a2..ae6f71b70 100644 --- a/src/modules/notifications.js +++ b/src/modules/notifications.js @@ -118,6 +118,7 @@ export const notifications = { commit('addNewNotifications', { notifications: [notification] }) maybeShowNotification( + useSyncConfigStore().mergedConfig.notificationVisibility, store, Object.values(useSyncConfigStore().prefsStorage.simple.muteFilters), notification,