hide mark read button
This commit is contained in:
parent
0775ad96f9
commit
082b119300
|
@ -100,11 +100,11 @@ const headerActions = $computed(() =>
|
||||||
text: i18n.ts.settings,
|
text: i18n.ts.settings,
|
||||||
handler: settings,
|
handler: settings,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
icon: "ph-check ph-bold ph-lg",
|
// icon: "ph-check ph-bold ph-lg",
|
||||||
text: i18n.ts.markAllAsRead,
|
// text: i18n.ts.markAllAsRead,
|
||||||
handler: markRead,
|
// handler: markRead,
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
: [],
|
: [],
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue