mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fixed the updating button
Contributes to CURA-8587
This commit is contained in:
parent
8abeb24ccc
commit
23d6c2390f
3 changed files with 10 additions and 4 deletions
|
@ -232,7 +232,7 @@ Item
|
|||
|
||||
text: busy ? catalog.i18nc("@button", "Updating..."): catalog.i18nc("@button", "Update")
|
||||
|
||||
onClicked: packageData.install()
|
||||
onClicked: packageData.update()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue