notification-related settings

This commit is contained in:
Henry Jameson 2026-02-15 21:33:31 +02:00
commit 3fbf21a757
4 changed files with 21 additions and 9 deletions

View file

@ -76,7 +76,10 @@ const Notifications = {
return this.$store.state.notifications.error
},
unseenNotifications() {
return unseenNotificationsFromStore(this.$store)
return unseenNotificationsFromStore(
this.$store,
useSyncConfigStore().mergedConfig.notificationVisibility,
)
},
filteredNotifications() {
if (this.unseenAtTop) {