mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
Merge remote-tracking branch 'origin/4.1'
This commit is contained in:
commit
0c15f69c44
2 changed files with 8 additions and 6 deletions
|
|
@ -818,7 +818,12 @@ UM.MainWindow
|
|||
Connections
|
||||
{
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue