Introduce the SyncOrchestrator

CURA-6983
This commit is contained in:
Nino van Hooff 2020-01-07 14:34:15 +01:00
parent 6eab5e2492
commit 1a816ad010
8 changed files with 84 additions and 21 deletions

View file

@ -139,6 +139,7 @@ UM.Dialog{
anchors.right: parent.right
anchors.margins: UM.Theme.getSize("default_margin").height
text: catalog.i18nc("@button", "Next")
onClicked: accept()
}
}
}