UI: Show autoremux progress bar
Fixes a bug where the progress bar for autoremuxes wouldn't be made visible when it started, and only a blank popup window appeared.
This commit is contained in:
parent
3e16296403
commit
6f778df158
@ -864,6 +864,7 @@ void OBSRemux::beginRemux()
|
||||
void OBSRemux::AutoRemux(QString inFile, QString outFile)
|
||||
{
|
||||
if (inFile != "" && outFile != "" && autoRemux) {
|
||||
ui->progressBar->setVisible(true);
|
||||
emit remux(inFile, outFile);
|
||||
autoRemuxFile = outFile;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user