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

@ -52,7 +52,10 @@ const MobileNav = {
return this.$store.state.users.currentUser
},
unseenNotifications() {
return unseenNotificationsFromStore(this.$store)
return unseenNotificationsFromStore(
this.$store,
useSyncConfigStore().mergedConfig.notificationVisibility,
)
},
unseenNotificationsCount() {
return (