mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 07:59:03 +08:00
Don't open add printer wizard on first launch
Oops. Contributes to issue CURA-6057.
This commit is contained in:
parent
2ccc30b824
commit
b9efeb47ed
@ -851,7 +851,7 @@ UM.MainWindow
|
||||
{
|
||||
base.visible = true;
|
||||
}
|
||||
if(Cura.MachineManager.activeMachine == null)
|
||||
if(!CuraApplication.needToShowUserAgreement && Cura.MachineManager.activeMachine == null)
|
||||
{
|
||||
addMachineDialog.open();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user