mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
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:
parent
a7f172d836
commit
599c59bd3a
3 changed files with 35 additions and 0 deletions
|
@ -354,6 +354,7 @@ Window
|
|||
{
|
||||
anchors.right: parent.right
|
||||
text: catalog.i18nc("@button", "Sync")
|
||||
onClicked: materialManagementModel.exportUpload()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue