mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
fix: some abort-related issues
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
eda6cf11ef
commit
2dd372600c
4 changed files with 10 additions and 4 deletions
|
|
@ -22,8 +22,9 @@ bool ModrinthCreationTask::abort()
|
|||
if (!canAbort())
|
||||
return false;
|
||||
|
||||
m_abort = true;
|
||||
if (m_files_job)
|
||||
return m_files_job->abort();
|
||||
m_files_job->abort();
|
||||
return Task::abort();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue