mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-19 17:09:09 +02:00
Merge branch 'MS20187_itemTrash' of github.com:zfox23/hifi into MS20187_itemTrash
This commit is contained in:
commit
b0ce3a54d5
1 changed files with 1 additions and 0 deletions
|
@ -679,6 +679,7 @@ Rectangle {
|
||||||
lightboxPopup.titleText = '"' + msg.itemName + '" Sent to Trash';
|
lightboxPopup.titleText = '"' + msg.itemName + '" Sent to Trash';
|
||||||
lightboxPopup.button1text = "OK";
|
lightboxPopup.button1text = "OK";
|
||||||
lightboxPopup.button1method = function() {
|
lightboxPopup.button1method = function() {
|
||||||
|
root.purchasesReceived = false;
|
||||||
lightboxPopup.visible = false;
|
lightboxPopup.visible = false;
|
||||||
getPurchases();
|
getPurchases();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue