mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -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
|
||||
{
|
||||
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)
|
||||
|
||||
busy: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue