finally ffs

This commit is contained in:
Amaru8 2022-04-30 19:45:44 +02:00
parent ee228566ae
commit 70ca60fa43

View file

@ -330,8 +330,8 @@
"hidden": false, "hidden": false,
"disabled": true, "disabled": true,
"action": function () { "action": function () {
self.isLoved = true
app.love(self.item) app.love(self.item)
self.getHeartStatus()
} }
}, },
{ {
@ -341,8 +341,8 @@
"name": this.app.getLz('action.unlove'), "name": this.app.getLz('action.unlove'),
"hidden": true, "hidden": true,
"action": function () { "action": function () {
self.isLoved = false
app.unlove(self.item) app.unlove(self.item)
self.getHeartStatus()
} }
}, },
{ {