diff options
| author | Henry Jameson <me@hjkos.com> | 2023-11-19 15:24:34 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-11-19 15:24:34 +0200 |
| commit | e3ee3eaccae6a9ece674d7d76db8e67da499d6c3 (patch) | |
| tree | 611613d4f59f86442709ee5de13821aa06a5bf51 /src/components/notifications/notifications.vue | |
| parent | 2f90c629b8e765cbc2ab024aa856d9a3e810d8f5 (diff) | |
added some settings for notifications
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 |
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" /> |
