Implement sync function for refresh button

Quite simple. There's not a lot of feedback though when you press that button. Maybe we need to look at that.

Contributes to issue CURA-8609.
This commit is contained in:
Ghostkeeper 2021-10-05 17:31:27 +02:00
parent 554f580f13
commit c8931d4c23
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF

View file

@ -318,6 +318,8 @@ Window
Layout.alignment: Qt.AlignVCenter
Layout.preferredWidth: width
onClicked: Cura.API.account.sync(true)
}
}
}