mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:37:35 +02:00
cr feedback
This commit is contained in:
parent
99cdbbe306
commit
0a3958f743
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Rectangle {
|
||||||
id: commerce;
|
id: commerce;
|
||||||
|
|
||||||
onAccountResult: {
|
onAccountResult: {
|
||||||
if(result.status === "success") {
|
if (result.status === "success") {
|
||||||
commerce.getKeyFilePathIfExists();
|
commerce.getKeyFilePathIfExists();
|
||||||
} else {
|
} else {
|
||||||
// unsure how to handle a failure here. We definitely cannot proceed.
|
// unsure how to handle a failure here. We definitely cannot proceed.
|
||||||
|
|
Loading…
Reference in a new issue