|
@@ -814,7 +814,12 @@ UM.MainWindow
|
|
Connections
|
|
Connections
|
|
{
|
|
{
|
|
target: Cura.Actions.addMachine
|
|
target: Cura.Actions.addMachine
|
|
- onTriggered: addMachineDialog.show()
|
|
|
|
|
|
+ onTriggered:
|
|
|
|
+ {
|
|
|
|
+ // Make sure to show from the first page when the dialog shows up.
|
|
|
|
+ addMachineDialog.resetModelState()
|
|
|
|
+ addMachineDialog.show()
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
AboutDialog
|
|
AboutDialog
|