mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add an '(Active)' suffix on active APIs to be clearer about it
This commit is contained in:
@@ -590,7 +590,7 @@ void LiveCapture::updateAPIStatus()
|
||||
for(QString api : m_APIs.keys())
|
||||
{
|
||||
if(m_APIs[api].supported && m_APIs[api].presenting)
|
||||
apiStatus += lit(", <b>%1</b>").arg(api);
|
||||
apiStatus += lit(", <b>%1 (Active)</b>").arg(api);
|
||||
}
|
||||
|
||||
// then add any problem APIs
|
||||
|
||||
Reference in New Issue
Block a user