mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 16:18:58 +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;
|
base.visible = true;
|
||||||
}
|
}
|
||||||
if(Cura.MachineManager.activeMachine == null)
|
if(!CuraApplication.needToShowUserAgreement && Cura.MachineManager.activeMachine == null)
|
||||||
{
|
{
|
||||||
addMachineDialog.open();
|
addMachineDialog.open();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user