mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 07:56:25 +02:00
Again to Another
This commit is contained in:
parent
67f3b5c027
commit
ea00668725
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ Rectangle {
|
|||
anchors.right: parent.right;
|
||||
anchors.rightMargin: 20;
|
||||
width: parent.width/2 - anchors.rightMargin*2;
|
||||
text: (itemIsJson ? ((purchasesReceived && balanceReceived) ? (root.alreadyOwned ? "Buy Again" : "Buy"): "--") : "Use Now!");
|
||||
text: (itemIsJson ? ((purchasesReceived && balanceReceived) ? (root.alreadyOwned ? "Buy Another" : "Buy"): "--") : "Get Item");
|
||||
onClicked: {
|
||||
if (itemIsJson) {
|
||||
buyButton.enabled = false;
|
||||
|
|
Loading…
Reference in a new issue