fix: typo in task.h
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
a0944dab7a
commit
af59c41713
19 changed files with 27 additions and 27 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue