mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Connect sync timer to sync() for consistency and add unit tests.
Also rename a function to camelCase CURA-7473
This commit is contained in:
parent
4f1a18f102
commit
294afdb7ca
3 changed files with 56 additions and 3 deletions
|
@ -105,7 +105,7 @@ Row // Sync state icon + message
|
|||
MouseArea
|
||||
{
|
||||
anchors.fill: parent
|
||||
onClicked: Cura.API.account.update_packages()
|
||||
onClicked: Cura.API.account.onUpdatePackagesClicked()
|
||||
hoverEnabled: true
|
||||
onEntered: updatePackagesButton.font.underline = true
|
||||
onExited: updatePackagesButton.font.underline = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue