diff --git a/UI/window-remux.cpp b/UI/window-remux.cpp index d7308ca5d3b05d033f80dd73ad70bd9da6d75c58..92de804b9b30db8afc6fae7d47216c1f0be300e8 100644 --- a/UI/window-remux.cpp +++ b/UI/window-remux.cpp @@ -200,11 +200,12 @@ void OBSRemux::updateProgress(float percent) void OBSRemux::remuxFinished(bool success) { + worker->job.reset(); + OBSMessageBox::information(this, QTStr("Remux.FinishedTitle"), success ? QTStr("Remux.Finished") : QTStr("Remux.FinishedError")); - worker->job.reset(); ui->progressBar->setVisible(false); ui->buttonBox->button(QDialogButtonBox::Ok)-> setEnabled(true);