mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 13:28:16 +02:00
whoops, forgot to hold shift when making these parentheses
This commit is contained in:
parent
35194b0f44
commit
8fdc08f8d7
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ Item {
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: loginDialog
|
target: loginDialog
|
||||||
function onHandleCreateCompleted90 {
|
function onHandleCreateCompleted() {
|
||||||
console.log("Create Succeeded");
|
console.log("Create Succeeded");
|
||||||
if (completeProfileBody.withSteam) {
|
if (completeProfileBody.withSteam) {
|
||||||
if (completeProfileBody.loginDialogPoppedUp) {
|
if (completeProfileBody.loginDialogPoppedUp) {
|
||||||
|
|
Loading…
Reference in a new issue