Commented Artists Share item

This commit is contained in:
Amaru8 2022-04-14 11:57:46 +02:00
parent e91df882aa
commit c2a7371e45

View file

@ -202,7 +202,8 @@
}) })
} }
}, },
{ // Hidden for now, as it's not implemented yet
/*{
"icon": "./assets/feather/share.svg", "icon": "./assets/feather/share.svg",
"name": app.getLz('action.share'), "name": app.getLz('action.share'),
"action": function () { "action": function () {
@ -213,7 +214,7 @@
} else { } else {
self.app.copyToClipboard(self.item.attributes.url)} self.app.copyToClipboard(self.item.attributes.url)}
} }
}, },*/
] ]
} }
} }