feat: download game files during instance creation

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-02-02 16:06:02 +05:00
parent aa9896031d
commit 625f0060a1
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF
5 changed files with 54 additions and 11 deletions

View file

@ -32,10 +32,9 @@ bool ModrinthCreationTask::abort()
if (!canAbort())
return false;
m_abort = true;
if (m_task)
m_task->abort();
return Task::abort();
return InstanceCreationTask::abort();
}
bool ModrinthCreationTask::updateInstance()