Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into prism_export2

This commit is contained in:
Trial97
2023-07-27 00:05:59 +03:00
45 changed files with 531 additions and 181 deletions

View File

@ -267,7 +267,7 @@ bool ModrinthCreationTask::createInstance()
setDetails(tr("%1 out of %2 complete").arg(current).arg(total));
setProgress(current, total);
});
connect(m_files_job.get(), &NetJob::stepProgress, this, &ModrinthCreationTask::propogateStepProgress);
connect(m_files_job.get(), &NetJob::stepProgress, this, &ModrinthCreationTask::propagateStepProgress);
setStatus(tr("Downloading mods..."));
m_files_job->start();