mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 10:15:54 +08:00
Don't show the Enable buttons for materials
Contributes to: CURA-8587
This commit is contained in:
parent
51a77f683d
commit
8dc88e52c2
@ -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…
x
Reference in New Issue
Block a user