mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fix(InstanceCreationTask): propagate abort signal to super
Signed-off-by: 0x189D7997 <199489335+0x189D7997@users.noreply.github.com>
This commit is contained in:
parent
f40cbf816e
commit
4ed3aa1f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ bool InstanceCreationTask::abort()
|
|||
return m_gameFilesTask->abort();
|
||||
}
|
||||
|
||||
return true;
|
||||
return InstanceTask::abort();
|
||||
}
|
||||
|
||||
void InstanceCreationTask::executeTask()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue