mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
WIP: Cleanup
This commit is contained in:
parent
7e84e7570f
commit
0c3ac090c9
3 changed files with 8 additions and 40 deletions
|
@ -147,8 +147,7 @@ Item
|
|||
{
|
||||
text: catalog.i18nc("@action:button", "Export")
|
||||
iconName: "document-export"
|
||||
//enabled: currentItem != null && !base.currentItem.readOnly
|
||||
enabled: true // TODO
|
||||
enabled: base.hasCurrentItem && !base.currentItem.is_read_only
|
||||
onClicked: {
|
||||
// TODO
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue