Quick bugfix

This commit is contained in:
Zach Fox 2017-10-23 11:45:51 -07:00
parent 5c8451a626
commit 30bffdea32

View file

@ -663,6 +663,8 @@ Rectangle {
currentPurchasesModelStatus !== previousPurchasesModelStatus) {
purchasesModel.setProperty(i, "statusChanged", true);
} else {
purchasesModel.setProperty(i, "statusChanged", false);
}
}
}