Merge branch 'MS20187_itemTrash' of github.com:zfox23/hifi into MS20187_itemTrash

This commit is contained in:
Zach Fox 2018-12-19 15:16:55 -08:00
commit b0ce3a54d5

View file

@ -679,6 +679,7 @@ Rectangle {
lightboxPopup.titleText = '"' + msg.itemName + '" Sent to Trash';
lightboxPopup.button1text = "OK";
lightboxPopup.button1method = function() {
root.purchasesReceived = false;
lightboxPopup.visible = false;
getPurchases();
}