Add a background job to upload material archives

It creates the archive now. It doesn't yet upload it.

Contributes to issue CURA-8609.
This commit is contained in:
Ghostkeeper 2021-10-08 15:15:57 +02:00
parent a7f172d836
commit 599c59bd3a
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
3 changed files with 35 additions and 0 deletions

View file

@ -354,6 +354,7 @@ Window
{
anchors.right: parent.right
text: catalog.i18nc("@button", "Sync")
onClicked: materialManagementModel.exportUpload()
}
}
}