Don't open add printer wizard on first launch

Oops.

Contributes to issue CURA-6057.
This commit is contained in:
Ghostkeeper 2019-04-03 15:56:54 +02:00
parent 2ccc30b824
commit b9efeb47ed
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -851,7 +851,7 @@ UM.MainWindow
{ {
base.visible = true; base.visible = true;
} }
if(Cura.MachineManager.activeMachine == null) if(!CuraApplication.needToShowUserAgreement && Cura.MachineManager.activeMachine == null)
{ {
addMachineDialog.open(); addMachineDialog.open();
} }