Fixed the updating button

Contributes to CURA-8587
This commit is contained in:
Jelle Spijker 2021-12-16 12:37:41 +01:00
parent 8abeb24ccc
commit 23d6c2390f
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
3 changed files with 10 additions and 4 deletions

View file

@ -232,7 +232,7 @@ Item
text: busy ? catalog.i18nc("@button", "Updating..."): catalog.i18nc("@button", "Update")
onClicked: packageData.install()
onClicked: packageData.update()
}
}
}