mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Fixed the spinner
Contributes to CURA-8587
This commit is contained in:
parent
9b7731a21b
commit
a571e87553
3 changed files with 15 additions and 8 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue