Hide capture progress bar if the application disconnects mid-capture

This commit is contained in:
baldurk
2020-05-26 16:46:14 +01:00
parent 1baa157641
commit b2d85982a5
@@ -1076,6 +1076,9 @@ void LiveCapture::captureAdded(const QString &name, const NewCaptureData &newCap
void LiveCapture::connectionClosed()
{
ui->progressLabel->setVisible(false);
ui->progressBar->setVisible(false);
if(m_IgnoreThreadClosed)
return;