mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Simplify enable/disable button visibility
CURA-8587
This commit is contained in:
parent
aa29114470
commit
4b358496d9
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 || packageData.packageType == "material")
|
||||
visible: showManageButtons && !(installManageButton.confirmed || updateManageButton.confirmed || packageData.packageType == "material")
|
||||
enabled: !(installManageButton.busy || updateManageButton.busy)
|
||||
|
||||
button_style: !packageData.isActive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue