mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Don't prompt to close a logfile if there's not one loaded
This commit is contained in:
@@ -1187,6 +1187,9 @@ namespace renderdocui.Windows
|
||||
|
||||
private bool PromptCloseLog()
|
||||
{
|
||||
if (!m_Core.LogLoaded)
|
||||
return true;
|
||||
|
||||
string deletepath = "";
|
||||
|
||||
if (OwnTemporaryLog)
|
||||
|
||||
Reference in New Issue
Block a user