mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Merge branch 'develop' into resource-meta
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
commit
35b5c8097c
157 changed files with 1148 additions and 726 deletions
|
|
@ -149,6 +149,7 @@ void EnsureMetadataTask::executeTask()
|
|||
if (m_current_task)
|
||||
m_current_task.reset();
|
||||
});
|
||||
connect(project_task.get(), &Task::failed, this, &EnsureMetadataTask::emitFailed);
|
||||
|
||||
m_current_task = project_task;
|
||||
project_task->start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue