mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:09:04 +08:00
For the beta release, removed duplicate and import material.
This commit is contained in:
parent
2c8b9290f8
commit
57f13869e6
@ -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…
x
Reference in New Issue
Block a user