mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
For the beta release, removed duplicate and import material.
This commit is contained in:
parent
2c8b9290f8
commit
57f13869e6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue