mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:47:41 +02:00
fixing bug with cancel button
This commit is contained in:
parent
1ae2ddd926
commit
e6426cb680
1 changed files with 0 additions and 1 deletions
|
@ -317,7 +317,6 @@ Item {
|
||||||
"action": "user clicked cancel at link account screen"
|
"action": "user clicked cancel at link account screen"
|
||||||
};
|
};
|
||||||
UserActivityLogger.logAction("encourageLoginDialog", data);
|
UserActivityLogger.logAction("encourageLoginDialog", data);
|
||||||
loginDialog.dismissLoginDialog();
|
|
||||||
}
|
}
|
||||||
bodyLoader.setSource("CompleteProfileBody.qml", { "loginDialog": loginDialog, "root": root, "bodyLoader": bodyLoader, "withSteam": linkAccountBody.withSteam,
|
bodyLoader.setSource("CompleteProfileBody.qml", { "loginDialog": loginDialog, "root": root, "bodyLoader": bodyLoader, "withSteam": linkAccountBody.withSteam,
|
||||||
"withOculus": linkAccountBody.withOculus, "errorString": "" });
|
"withOculus": linkAccountBody.withOculus, "errorString": "" });
|
||||||
|
|
Loading…
Reference in a new issue