mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 19:36:57 +03:00
Merge pull request #1123 from flowln/fix_abort_inst
This commit is contained in:
commit
64a06b5ed6
1 changed files with 5 additions and 0 deletions
|
|
@ -95,6 +95,11 @@ auto NetJob::abort() -> bool
|
|||
fullyAborted &= part->abort();
|
||||
}
|
||||
|
||||
if (fullyAborted)
|
||||
emitAborted();
|
||||
else
|
||||
emitFailed(tr("Failed to abort all tasks in the NetJob!"));
|
||||
|
||||
return fullyAborted;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue