mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07: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()
|
onDataChanged: numInstances = model.rowCount()
|
||||||
}
|
}
|
||||||
|
|
||||||
onAddObject: model.requestAddMachine();
|
onAddObject: Printer.requestAddPrinter()
|
||||||
onRemoveObject: confirmDialog.open();
|
onRemoveObject: confirmDialog.open();
|
||||||
onRenameObject: renameDialog.open();
|
onRenameObject: renameDialog.open();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue