mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge branch '3.3'
This commit is contained in:
commit
5648bc82e7
109 changed files with 118437 additions and 204 deletions
|
|
@ -71,7 +71,7 @@ Item
|
|||
{
|
||||
text: catalog.i18nc("@action:button", "Activate")
|
||||
iconName: "list-activate"
|
||||
enabled: !isCurrentItemActivated
|
||||
enabled: !isCurrentItemActivated && base.currentItem.quality_group != undefined
|
||||
onClicked: {
|
||||
if (base.currentItem.is_read_only) {
|
||||
Cura.MachineManager.setQualityGroup(base.currentItem.quality_group);
|
||||
|
|
@ -101,7 +101,7 @@ Item
|
|||
{
|
||||
text: catalog.i18nc("@label", "Duplicate")
|
||||
iconName: "list-add"
|
||||
enabled: !base.canCreateProfile
|
||||
enabled: !base.canCreateProfile && base.currentItem.quality_group != undefined
|
||||
visible: !base.canCreateProfile
|
||||
|
||||
onClicked: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue