mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:24:36 +02:00
Fix indentation
This commit is contained in:
parent
3fe1dddee2
commit
5b0855fa6e
1 changed files with 4 additions and 4 deletions
|
@ -586,10 +586,10 @@ Item {
|
||||||
if (linkAccountBody.loginDialogPoppedUp) {
|
if (linkAccountBody.loginDialogPoppedUp) {
|
||||||
var data = {
|
var data = {
|
||||||
"action": "user dismissed login screen"
|
"action": "user dismissed login screen"
|
||||||
};
|
};
|
||||||
UserActivityLogger.logAction("encourageLoginDialog", data);
|
UserActivityLogger.logAction("encourageLoginDialog", data);
|
||||||
loginDialog.dismissLoginDialog();
|
loginDialog.dismissLoginDialog();
|
||||||
}
|
}
|
||||||
root.tryDestroy();
|
root.tryDestroy();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue