mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:09:02 +08: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
@ -203,7 +203,7 @@ Item
|
|||||||
forceActiveFocus();
|
forceActiveFocus();
|
||||||
exportAllMaterialsDialog.open();
|
exportAllMaterialsDialog.open();
|
||||||
}
|
}
|
||||||
enabled: Cura.MachineManager.activeMachine.supportsMaterialExport
|
visible: Cura.MachineManager.activeMachine.supportsMaterialExport
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user