mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 18:23:22 +02:00
cr feedback
This commit is contained in:
parent
bb07a586ca
commit
45c8dd9dd4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Rectangle {
|
|||
id: commerce;
|
||||
|
||||
onAccountResult: {
|
||||
if(result.status === "success") {
|
||||
if (result.status === "success") {
|
||||
commerce.getKeyFilePathIfExists();
|
||||
} else {
|
||||
// unsure how to handle a failure here. We definitely cannot proceed.
|
||||
|
|
Loading…
Reference in a new issue