mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
fix: properly emit aborted instead of failed
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
625f0060a1
commit
7bcd2dd768
9 changed files with 11 additions and 11 deletions
|
|
@ -244,7 +244,7 @@ bool AutoInstallJava::abort()
|
|||
{
|
||||
if (m_current_task && m_current_task->canAbort()) {
|
||||
auto status = m_current_task->abort();
|
||||
emitFailed("Aborted.");
|
||||
emitAborted();
|
||||
return status;
|
||||
}
|
||||
return Task::abort();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue