mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:28:02 +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.right: parent.right;
|
||||||
anchors.rightMargin: 20;
|
anchors.rightMargin: 20;
|
||||||
width: parent.width/2 - anchors.rightMargin*2;
|
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: {
|
onClicked: {
|
||||||
if (itemIsJson) {
|
if (itemIsJson) {
|
||||||
buyButton.enabled = false;
|
buyButton.enabled = false;
|
||||||
|
|
Loading…
Reference in a new issue