removing fromBody

This commit is contained in:
Wayne Chen 2018-12-03 16:11:13 -08:00
parent 5beb810604
commit 22bf4fc5c4

View file

@ -234,7 +234,7 @@ Item {
onHandleCreateCompleted: {
console.log("Create Succeeded")
loginDialog.loginThroughSteam();
bodyLoader.setSource("LoggingInBody.qml", { "loginDialog": loginDialog, "root": root, "bodyLoader": bodyLoader, "withSteam": true, "fromBody": "UsernameCollisionBody" })
bodyLoader.setSource("LoggingInBody.qml", { "loginDialog": loginDialog, "root": root, "bodyLoader": bodyLoader, "withSteam": true })
}
onHandleCreateFailed: {
console.log("Create Failed: " + error)