recheck on context menu button click

This commit is contained in:
Amaru8 2022-04-30 18:21:26 +02:00
parent 6be02711a0
commit ee228566ae

View file

@ -331,6 +331,7 @@
"disabled": true, "disabled": true,
"action": function () { "action": function () {
app.love(self.item) app.love(self.item)
self.getHeartStatus()
} }
}, },
{ {
@ -341,6 +342,7 @@
"hidden": true, "hidden": true,
"action": function () { "action": function () {
app.unlove(self.item) app.unlove(self.item)
self.getHeartStatus()
} }
}, },
{ {