mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-20 17:49:14 +08:00
Don't show the enable button on recently installed plugins
Contributes to CURA-8587
This commit is contained in:
parent
6703813f1d
commit
62c6af1ef3
@ -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…
x
Reference in New Issue
Block a user