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

@ -938,9 +938,7 @@ class InstanceStaging : public Task {
if (!canAbort())
return false;
m_child->abort();
return Task::abort();
return m_child->abort();
}
bool canAbort() const override { return (m_child && m_child->canAbort()); }