Fix disagree user agreement

CURA-6057
This commit is contained in:
Lipu Fei 2019-04-08 15:06:37 +02:00
parent 75e92aaa78
commit a0a9f20454

View File

@ -70,7 +70,6 @@ Item
onClicked: onClicked:
{ {
CuraApplication.writeToLog("i", "User declined the User Agreement.") CuraApplication.writeToLog("i", "User declined the User Agreement.")
base.endWizard()
CuraApplication.closeApplication() // NOTE: Hard exit, don't use if anything needs to be saved! CuraApplication.closeApplication() // NOTE: Hard exit, don't use if anything needs to be saved!
} }
} }