mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 02:28:58 +08:00
Disabled exporting for read-only profiles
CURA-2496
This commit is contained in:
parent
448c8436dc
commit
6e369bec57
@ -119,7 +119,7 @@ UM.ManagementPage
|
|||||||
text: catalog.i18nc("@action:button", "Export")
|
text: catalog.i18nc("@action:button", "Export")
|
||||||
iconName: "document-export"
|
iconName: "document-export"
|
||||||
onClicked: exportDialog.open()
|
onClicked: exportDialog.open()
|
||||||
enabled: currentItem != null
|
enabled: currentItem != null && !base.currentItem.readOnly
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user