Remove UserAgreement-plugin in favour of Welcome-Pages. [CURA-6057]

This commit is contained in:
Remco Burema 2019-03-15 13:58:36 +01:00
parent 4a95564277
commit 5b31feebba
7 changed files with 8 additions and 156 deletions

View file

@ -90,6 +90,11 @@ UM.MainWindow
welcomeDialog.currentStep = 0;
welcomeDialog.show();
}
else
{
welcomeDialog.hide()
welcomeDialog.visible = false;
}
}
Item
@ -845,16 +850,6 @@ UM.MainWindow
{
base.visible = true;
}
// check later if the user agreement dialog has been closed
if (CuraApplication.needToShowUserAgreement)
{
restart();
}
else if(Cura.MachineManager.activeMachine == null)
{
addMachineDialog.open();
}
}
}