notification-related settings
This commit is contained in:
parent
a4845bf275
commit
3fbf21a757
4 changed files with 21 additions and 9 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue