mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-27 16:15:49 +00:00
Hide capture progress bar if the application disconnects mid-capture
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user