mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Hide button entirely if no export is available
Not just disabling it. Contributes to issue CURA-8055.
This commit is contained in:
parent
bdcaef134f
commit
ec727e1068
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ Item
|
|||
forceActiveFocus();
|
||||
exportAllMaterialsDialog.open();
|
||||
}
|
||||
enabled: Cura.MachineManager.activeMachine.supportsMaterialExport
|
||||
visible: Cura.MachineManager.activeMachine.supportsMaterialExport
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue