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,
"disabled": true,
"action": function () {
self.isLoved = true
app.love(self.item)
self.getHeartStatus()
}
},
{
@ -341,8 +341,8 @@
"name": this.app.getLz('action.unlove'),
"hidden": true,
"action": function () {
self.isLoved = false
app.unlove(self.item)
self.getHeartStatus()
}
},
{