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