Merge pull request #875 from Amaru8/develop

Commented Artists Share item
This commit is contained in:
cryptofyre 2022-04-19 12:41:14 -05:00 committed by GitHub
commit 205dcfe890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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