mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Don't show the Enable buttons for materials
Contributes to: CURA-8587
This commit is contained in:
parent
51a77f683d
commit
8dc88e52c2
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ Item
|
||||||
ManageButton
|
ManageButton
|
||||||
{
|
{
|
||||||
id: enableManageButton
|
id: enableManageButton
|
||||||
visible: showManageButtons && packageData.isInstalled && !(installManageButton.confirmed || updateManageButton.confirmed)
|
visible: showManageButtons && packageData.isInstalled && !(installManageButton.confirmed || updateManageButton.confirmed || packageData.packageType == "material")
|
||||||
enabled: !(installManageButton.busy || updateManageButton.busy)
|
enabled: !(installManageButton.busy || updateManageButton.busy)
|
||||||
|
|
||||||
busy: false
|
busy: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue