mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix: add missing returns after emitSucceeded
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
507de0fcbd
commit
e27246c3f9
3 changed files with 3 additions and 2 deletions
|
|
@ -76,6 +76,7 @@ void LaunchTask::executeTask()
|
|||
if (!m_steps.size()) {
|
||||
state = LaunchTask::Finished;
|
||||
emitSucceeded();
|
||||
return;
|
||||
}
|
||||
state = LaunchTask::Running;
|
||||
onStepFinished();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue