mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:55:54 +08:00
Fixed adding machine in printer dialog
CURA-1278
This commit is contained in:
parent
78e9545ece
commit
65022c3d18
@ -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…
x
Reference in New Issue
Block a user