Save for the weekend.

This commit is contained in:
2023-10-20 13:55:18 +02:00
parent 29e6a25e72
commit 81c5f8ee7e
10 changed files with 581 additions and 259 deletions

View File

@@ -846,8 +846,8 @@ bool Update::doUpdate(int &displayIndex, QStringList const &filesToWorkOn) {
qCritical() << "UNKNOWN JSON FILE NAME" << fToWorkOn;
res = false;
}
m_worker->stopProgressLoop();
m_worker->setProgress(100);
// m_worker->stopProgressLoop();
// m_worker->setProgress(100);
if (res == false) {
break;