updates to context menu

This commit is contained in:
booploops 2022-01-13 03:21:08 -08:00
parent 549939e109
commit b19834656a
4 changed files with 20 additions and 10 deletions

View file

@ -268,8 +268,9 @@
}
},
{
"icon": "./assets/feather/unheart.svg",
"icon": "./assets/feather/heart.svg",
"id": "unlove",
"active": true,
"name": "Unlove",
"hidden": true,
"action": function () {
@ -287,9 +288,10 @@
}
},
{
"icon": "./assets/feather/x-circle.svg",
"icon": "./assets/feather/thumbs-down.svg",
"id": "undo_dislike",
"name": "Undo dislike",
"active": true,
"hidden": true,
"action": function () {
app.unlove(self.item)