mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -06:00
Don't show the enable button on recently installed plugins
Contributes to CURA-8587
This commit is contained in:
parent
6703813f1d
commit
62c6af1ef3
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ Item
|
||||||
ManageButton
|
ManageButton
|
||||||
{
|
{
|
||||||
id: enableManageButton
|
id: enableManageButton
|
||||||
visible: showManageButtons && packageData.isInstalled && packageData.packageType != "material"
|
visible: showManageButtons && packageData.isInstalled && !packageData.isToBeInstalled && packageData.packageType != "material"
|
||||||
enabled: !packageData.busy
|
enabled: !packageData.busy
|
||||||
|
|
||||||
button_style: !packageData.isActive
|
button_style: !packageData.isActive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue