mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-20 22:41:36 +00:00
Don't add empty API name to analytics - indicates failure to load
This commit is contained in:
@@ -777,7 +777,7 @@ void MainWindow::LoadCapture(const QString &filename, bool temporary, bool local
|
||||
{
|
||||
ANALYTIC_SET(UIFeatures.ImageViewer, true);
|
||||
}
|
||||
else
|
||||
else if(!driver.isEmpty())
|
||||
{
|
||||
ANALYTIC_ADDUNIQ(APIs, driver);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user