From 22bf4fc5c4498fd2f4e2147aaa3036c2775aeffb Mon Sep 17 00:00:00 2001 From: Wayne Chen Date: Mon, 3 Dec 2018 16:11:13 -0800 Subject: [PATCH] removing `fromBody` --- interface/resources/qml/LoginDialog/UsernameCollisionBody.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml b/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml index 8e9e04c9d0..382502886f 100644 --- a/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml +++ b/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml @@ -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)