mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue