From 082b119300d00055f01ead223022fd94ff3f016e Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 17 Jul 2023 09:50:28 -0700 Subject: [PATCH] hide mark read button --- packages/client/src/pages/antenna-timeline.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/client/src/pages/antenna-timeline.vue b/packages/client/src/pages/antenna-timeline.vue index 825dbb96a6..011e44ce6d 100644 --- a/packages/client/src/pages/antenna-timeline.vue +++ b/packages/client/src/pages/antenna-timeline.vue @@ -100,11 +100,11 @@ const headerActions = $computed(() => text: i18n.ts.settings, handler: settings, }, - { - icon: "ph-check ph-bold ph-lg", - text: i18n.ts.markAllAsRead, - handler: markRead, - }, + // { + // icon: "ph-check ph-bold ph-lg", + // text: i18n.ts.markAllAsRead, + // handler: markRead, + // }, ] : [], );