Make "no api" situation more explicit in live capture

This commit is contained in:
baldurk
2016-11-02 23:39:35 +01:00
parent 7e7b3d3f80
commit 964a0f6b12
+1 -1
View File
@@ -161,7 +161,7 @@ namespace renderdocui.Windows
if (m_Connection.Connected)
{
string api = "...";
string api = "No API detected";
if (m_Connection.API.Length > 0) api = m_Connection.API;
this.BeginInvoke((MethodInvoker)delegate
{