mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Only show enable/disable button if plugin is installed
CURA-8587
This commit is contained in:
parent
08eba9f21a
commit
c338d8f5ce
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ Item
|
|||
ManageButton
|
||||
{
|
||||
id: enableManageButton
|
||||
visible: showManageButtons && packageData.packageType != "material"
|
||||
visible: showManageButtons && packageData.isInstalled && packageData.packageType != "material"
|
||||
enabled: !(installManageButton.busy || updateManageButton.busy)
|
||||
|
||||
button_style: !packageData.isActive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue