mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix: properly set details in InstanceCreationTask
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
f085a0ef25
commit
d464c1ea68
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,6 @@ void InstanceCreationTask::executeTask()
|
|||
|
||||
if (!m_abort) {
|
||||
setAbortable(true);
|
||||
setStatus(tr("Downloading game files"));
|
||||
qDebug() << "Downloading game files";
|
||||
|
||||
auto updateTasks = m_instance->createUpdateTask();
|
||||
|
|
@ -102,6 +101,7 @@ void InstanceCreationTask::executeTask()
|
|||
}
|
||||
});
|
||||
propagateFromOther(task.get());
|
||||
setDetails(tr("Downloading game files"));
|
||||
|
||||
m_gameFilesTask = task;
|
||||
m_gameFilesTask->start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue