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/mobile_nav/mobile_nav.vue | |
| parent | 2f90c629b8e765cbc2ab024aa856d9a3e810d8f5 (diff) | |
added some settings for notifications
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.vue')
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.vue | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue index c2746abe..ecd8290a 100644 --- a/src/components/mobile_nav/mobile_nav.vue +++ b/src/components/mobile_nav/mobile_nav.vue @@ -67,6 +67,17 @@ </FALayers> </button> <button + v-if="!closingDrawerMarksAsSeen" + class="button-unstyled mobile-nav-button" + :title="$t('nav.mobile_notifications_close')" + @click.stop.prevent="markNotificationsAsSeen()" + > + <FAIcon + class="fa-scale-110 fa-old-padding" + icon="check-double" + /> + </button> + <button class="button-unstyled mobile-nav-button" :title="$t('nav.mobile_notifications_close')" @click.stop.prevent="closeMobileNotifications(true)" |
