Saving is multi threaded now

This commit is contained in:
Chris Cochrun 2024-04-17 06:31:23 -05:00
parent 60182e4d82
commit c7761b9787
3 changed files with 85 additions and 52 deletions

View file

@ -184,8 +184,8 @@ Controls.Page {
Connections {
target: ServiceItemModel
function saveProgressUpdate(progress) {
mainPage.progress = progress;
function onSaveProgressChanged() {
Utils.dbg(ServiceItemModel.saveProgress);
}
}