mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Make sure temporary logs opened from the command line are cleaned up
This commit is contained in:
@@ -77,7 +77,9 @@ CaptureContext::CaptureContext(QString paramFilename, QString remoteHost, uint32
|
||||
{
|
||||
QFileInfo fi(paramFilename);
|
||||
|
||||
m_MainWindow->LoadFromFilename(paramFilename);
|
||||
m_MainWindow->LoadFromFilename(paramFilename, temp);
|
||||
if(temp)
|
||||
m_MainWindow->takeLogOwnership();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user