mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Disabled exporting for read-only profiles
CURA-2496
This commit is contained in:
parent
448c8436dc
commit
6e369bec57
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ UM.ManagementPage
|
|||
text: catalog.i18nc("@action:button", "Export")
|
||||
iconName: "document-export"
|
||||
onClicked: exportDialog.open()
|
||||
enabled: currentItem != null
|
||||
enabled: currentItem != null && !base.currentItem.readOnly
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue