mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Commented out duplicate and import, on OS X 'visible' does not work
This commit is contained in:
parent
1fda24c43f
commit
e9d9597caa
1 changed files with 4 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ UM.ManagementPage
|
||||||
enabled: base.currentItem != null && base.currentItem.id != Cura.MachineManager.activeMaterialId
|
enabled: base.currentItem != null && base.currentItem.id != Cura.MachineManager.activeMaterialId
|
||||||
onClicked: Cura.MachineManager.setActiveMaterial(base.currentItem.id)
|
onClicked: Cura.MachineManager.setActiveMaterial(base.currentItem.id)
|
||||||
},
|
},
|
||||||
|
/* // apparently visible does not work on OS X
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:button", "Duplicate");
|
text: catalog.i18nc("@action:button", "Duplicate");
|
||||||
|
|
@ -153,6 +154,7 @@ UM.ManagementPage
|
||||||
}
|
}
|
||||||
visible: false;
|
visible: false;
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:button", "Remove");
|
text: catalog.i18nc("@action:button", "Remove");
|
||||||
|
|
@ -160,6 +162,7 @@ UM.ManagementPage
|
||||||
enabled: base.currentItem != null && !base.currentItem.readOnly && !Cura.ContainerManager.isContainerUsed(base.currentItem.id)
|
enabled: base.currentItem != null && !base.currentItem.readOnly && !Cura.ContainerManager.isContainerUsed(base.currentItem.id)
|
||||||
onClicked: confirmDialog.open()
|
onClicked: confirmDialog.open()
|
||||||
},
|
},
|
||||||
|
/* // apparently visible does not work on OS X
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:button", "Import");
|
text: catalog.i18nc("@action:button", "Import");
|
||||||
|
|
@ -167,6 +170,7 @@ UM.ManagementPage
|
||||||
onClicked: importDialog.open();
|
onClicked: importDialog.open();
|
||||||
visible: false;
|
visible: false;
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:button", "Export")
|
text: catalog.i18nc("@action:button", "Export")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue