mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Show the add machine dialog when we do not have an active machine
This commit is contained in:
parent
e29cc5e699
commit
2654033fae
1 changed files with 1 additions and 2 deletions
|
@ -813,9 +813,8 @@ UM.MainWindow
|
|||
base.visible = true;
|
||||
restart();
|
||||
}
|
||||
else if(Cura.MachineManager.activeMachineName == "")
|
||||
else if(Cura.MachineManager.activeMachineId == null || Cura.MachineManager.activeMachineId == "")
|
||||
{
|
||||
addMachineDialog.firstRun = true;
|
||||
addMachineDialog.open();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue