mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:45:55 +08:00
Re-add Duplicate button in profiles page
CURA-8982
This commit is contained in:
parent
6b9e66cfb7
commit
165172f919
@ -179,6 +179,16 @@ UM.ManagementPage
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Cura.MenuItem
|
Cura.MenuItem
|
||||||
|
{
|
||||||
|
text: catalog.i18nc("@action:button", "Duplicate")
|
||||||
|
enabled: base.hasCurrentItem
|
||||||
|
onTriggered:
|
||||||
|
{
|
||||||
|
forceActiveFocus()
|
||||||
|
duplicateQualityDialog.open()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Cura.MenuItem
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:button", "Remove")
|
text: catalog.i18nc("@action:button", "Remove")
|
||||||
enabled: base.hasCurrentItem && !base.currentItem.is_read_only && !base.isCurrentItemActivated
|
enabled: base.hasCurrentItem && !base.currentItem.is_read_only && !base.isCurrentItemActivated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user