mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +02:00
Merge pull request #15448 from wayne-chen/fixMarketplaceLoginBug-83
Case 22346: Market -- Please Login -- does not work
This commit is contained in:
commit
10cfa9557d
2 changed files with 3 additions and 3 deletions
|
@ -952,7 +952,7 @@ Rectangle {
|
||||||
text: "LOG IN"
|
text: "LOG IN"
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
sendToScript({method: 'needsLogIn_loginClicked'});
|
sendToScript({method: 'marketplace_loginClicked'});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -137,7 +137,7 @@ Item {
|
||||||
width: parent.width/2 - anchors.leftMargin*2;
|
width: parent.width/2 - anchors.leftMargin*2;
|
||||||
text: "Cancel"
|
text: "Cancel"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
sendToScript({method: 'needsLogIn_cancelClicked'});
|
sendToScript({method: 'passphrasePopup_cancelClicked'});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -155,7 +155,7 @@ Item {
|
||||||
width: parent.width/2 - anchors.rightMargin*2;
|
width: parent.width/2 - anchors.rightMargin*2;
|
||||||
text: "Log In"
|
text: "Log In"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
sendToScript({method: 'needsLogIn_loginClicked'});
|
sendToScript({method: 'marketplace_loginClicked'});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue