Change username to trashbot

This commit is contained in:
Zach Fox 2018-12-11 16:26:49 -08:00
parent d74f7eb098
commit dff7804cdc

View file

@ -664,7 +664,7 @@ Rectangle {
if (msg.isInstalled) {
Commerce.uninstallApp(msg.itemHref);
}
Commerce.transferAssetToUsername("TrashCan", msg.certID, 1, "Sent " + msg.itemName + " to trash.");
Commerce.transferAssetToUsername("trashbot", msg.certID, 1, "Sent " + msg.itemName + " to trash.");
lightboxPopup.titleText = '"' + msg.itemName + '" Sent to Trash';
lightboxPopup.button1text = "OK";