Fixed the spinner

Contributes to CURA-8587
This commit is contained in:
Jelle Spijker 2021-12-10 12:39:44 +01:00
parent 9b7731a21b
commit a571e87553
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
3 changed files with 15 additions and 8 deletions

View file

@ -242,7 +242,7 @@ Item
{
if (primary_action)
{
packageData.installPackageTriggered(packageData.packageId)
packageData.installPackageTriggered(packageData.packageId, packageData.downloadURL)
}
else
{
@ -270,7 +270,7 @@ Item
else { return catalog.i18nc("@button", "Update"); }
}
onClicked: packageData.updatePackageTriggered(packageData.packageId, packageData.downloadURL)
onClicked: packageData.updatePackageTriggered(packageData.packageId)
}
}
}