hide mark read button

This commit is contained in:
ThatOneCalculator 2023-07-17 09:50:28 -07:00
parent 0775ad96f9
commit 082b119300
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -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,
// },
]
: [],
);