Add an '(Active)' suffix on active APIs to be clearer about it

This commit is contained in:
baldurk
2018-10-04 13:58:35 +01:00
parent 995caa2636
commit 91ac88d6b5
+1 -1
View File
@@ -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