mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
feat: download game files during instance creation
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
aa9896031d
commit
625f0060a1
5 changed files with 54 additions and 11 deletions
|
|
@ -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()); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue