1
0

upd: icons

This commit is contained in:
Mar0xy
2023-10-13 19:07:41 +02:00
parent f8f128b347
commit 78b016e35c
6 changed files with 17 additions and 17 deletions
@@ -132,7 +132,7 @@ async function removeUser(item, ev) {
async function showMembershipMenu(item, ev) {
os.popupMenu([{
text: item.withReplies ? i18n.ts.hideRepliesToOthersInTimeline : i18n.ts.showRepliesToOthersInTimeline,
icon: item.withReplies ? 'ti ti-messages-off' : 'ti ti-messages',
icon: item.withReplies ? 'ph-envelope-open ph-bold ph-lg' : 'ph-envelope ph-bold ph-lg',
action: async () => {
os.api('users/lists/update-membership', {
listId: list.id,