mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Remove UserAgreement-plugin in favour of Welcome-Pages. [CURA-6057]
This commit is contained in:
parent
4a95564277
commit
5b31feebba
7 changed files with 8 additions and 156 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue