Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <spijker.jelle@gmail.com>2021-12-16 13:31:51 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2021-12-16 13:31:51 +0300
commit62c6af1ef30219ed1d1fc717c9b821969ef7025b (patch)
treef517b9008679fd813c4e37a178f043c30c92a31a /plugins/Marketplace/resources
parent6703813f1de360f992b605d1cadeb1531dbf0a78 (diff)
Don't show the enable button on recently installed plugins
Contributes to CURA-8587
Diffstat (limited to 'plugins/Marketplace/resources')
-rw-r--r--plugins/Marketplace/resources/qml/PackageCardHeader.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Marketplace/resources/qml/PackageCardHeader.qml b/plugins/Marketplace/resources/qml/PackageCardHeader.qml
index 41c0bd6a95..921a57870b 100644
--- a/plugins/Marketplace/resources/qml/PackageCardHeader.qml
+++ b/plugins/Marketplace/resources/qml/PackageCardHeader.qml
@@ -181,7 +181,7 @@ Item
ManageButton
{
id: enableManageButton
- visible: showManageButtons && packageData.isInstalled && packageData.packageType != "material"
+ visible: showManageButtons && packageData.isInstalled && !packageData.isToBeInstalled && packageData.packageType != "material"
enabled: !packageData.busy
button_style: !packageData.isActive