aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2023-11-19 15:24:34 +0200
committerHenry Jameson <me@hjkos.com>2023-11-19 15:24:34 +0200
commite3ee3eaccae6a9ece674d7d76db8e67da499d6c3 (patch)
tree611613d4f59f86442709ee5de13821aa06a5bf51 /src/components/notifications/notifications.vue
parent2f90c629b8e765cbc2ab024aa856d9a3e810d8f5 (diff)
added some settings for notifications
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
index 27ae23cf..a0025182 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -66,7 +66,7 @@
:key="notification.id"
role="listitem"
class="notification"
- :class="{unseen: !minimalMode && !notification.seen}"
+ :class="{unseen: !minimalMode && shouldShowUnseen(notification)}"
@click="e => notificationClicked(notification)"
>
<div class="notification-overlay" />