mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +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
|
|
@ -180,7 +180,7 @@ bool LaunchTask::abort()
|
|||
return true;
|
||||
case LaunchTask::NotStarted: {
|
||||
state = LaunchTask::Aborted;
|
||||
emitFailed("Aborted");
|
||||
emitAborted();
|
||||
return true;
|
||||
}
|
||||
case LaunchTask::Running:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue