mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Fix(InstanceCreationTask): propagate abort signal to super
Signed-off-by: 0x189D7997 <199489335+0x189D7997@users.noreply.github.com>
(cherry picked from commit 4ed3aa1f1c)
This commit is contained in:
parent
ea6b802b04
commit
b29be81e36
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