mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Fixed adding machine in printer dialog
CURA-1278
This commit is contained in:
parent
78e9545ece
commit
65022c3d18
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ UM.ManagementPage
|
|||
onDataChanged: numInstances = model.rowCount()
|
||||
}
|
||||
|
||||
onAddObject: model.requestAddMachine();
|
||||
onAddObject: Printer.requestAddPrinter()
|
||||
onRemoveObject: confirmDialog.open();
|
||||
onRenameObject: renameDialog.open();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue