Browse Source

Only show enable/disable button if plugin is installed

CURA-8587
casper 3 years ago
parent
commit
c338d8f5ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/Marketplace/resources/qml/PackageCardHeader.qml

+ 1 - 1
plugins/Marketplace/resources/qml/PackageCardHeader.qml

@@ -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