For the beta release, removed duplicate and import material.

This commit is contained in:
Jack Ha 2016-08-31 12:47:21 +02:00
parent 2c8b9290f8
commit 57f13869e6

View file

@ -151,6 +151,7 @@ UM.ManagementPage
Cura.MachineManager.setActiveMaterial(material_id)
}
visible: false;
},
Button
{
@ -164,6 +165,7 @@ UM.ManagementPage
text: catalog.i18nc("@action:button", "Import");
iconName: "document-import";
onClicked: importDialog.open();
visible: false;
},
Button
{