Skip to content

Commit

Permalink
exit
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Mar 18, 2024
1 parent aa21be0 commit 5bb49ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MediaFX/session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ void Session::render()

if (manager->isFinishedEncoding()) {
emit sessionFinished();
// Exit 0, the above slot should have exited with an error if necessary
emit quickView->engine()->exit(0);
return;
}

Expand Down

0 comments on commit 5bb49ea

Please sign in to comment.