mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -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
|
@ -61,7 +61,7 @@ Item
|
|||
RotationAnimator
|
||||
{
|
||||
target: busyIndicator
|
||||
running: busyMessage.visible
|
||||
running: parent.visible
|
||||
from: 0
|
||||
to: 360
|
||||
loops: Animation.Infinite
|
||||
|
|
|
@ -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