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 14:37:41 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2021-12-16 14:37:41 +0300
commit23d6c2390f80239bf66a03cbe0df54e72f53c303 (patch)
tree7b4ba99c4dac6667d314b439ffd6a7cb5f265c50 /plugins/Marketplace/resources/qml/PackageCardHeader.qml
parent8abeb24cccae9850985eece83422737033eade0d (diff)
Fixed the updating button
Contributes to CURA-8587
Diffstat (limited to 'plugins/Marketplace/resources/qml/PackageCardHeader.qml')
-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 921a57870b..3d99b23907 100644
--- a/plugins/Marketplace/resources/qml/PackageCardHeader.qml
+++ b/plugins/Marketplace/resources/qml/PackageCardHeader.qml
@@ -232,7 +232,7 @@ Item
text: busy ? catalog.i18nc("@button", "Updating..."): catalog.i18nc("@button", "Update")
- onClicked: packageData.install()
+ onClicked: packageData.update()
}
}
}