mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 15:51:12 -07:00
Machines can now be removed
CURA-1278
This commit is contained in:
parent
d8e4aa9078
commit
78e9545ece
2 changed files with 6 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ UM.ManagementPage
|
|||
{
|
||||
id: confirmDialog;
|
||||
object: base.currentItem && base.currentItem.name ? base.currentItem.name : "";
|
||||
onYes: base.model.removeMachineInstance(base.currentItem.name);
|
||||
onYes: Cura.MachineManager.removeMachine(base.currentItem.id);
|
||||
}
|
||||
|
||||
UM.RenameDialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue