Don't show the enable button on recently installed plugins

Contributes to CURA-8587
This commit is contained in:
Jelle Spijker 2021-12-16 11:31:51 +01:00
parent 6703813f1d
commit 62c6af1ef3
No known key found for this signature in database
GPG Key ID: 6662DC033BE6B99A

View File

@ -181,7 +181,7 @@ Item
ManageButton
{
id: enableManageButton
visible: showManageButtons && packageData.isInstalled && packageData.packageType != "material"
visible: showManageButtons && packageData.isInstalled && !packageData.isToBeInstalled && packageData.packageType != "material"
enabled: !packageData.busy
button_style: !packageData.isActive