Display PID.

This commit is contained in:
Bartosz Taudul 2019-08-17 22:21:02 +02:00
parent 678e942e9f
commit fa573ef4cf

View File

@ -9918,6 +9918,7 @@ void View::DrawInfo()
}
ImGui::Separator();
TextFocused( "PID:", RealToString( m_worker.GetPid(), true ) );
TextFocused( "Host info:", m_worker.GetHostInfo().c_str() );
auto& appInfo = m_worker.GetAppInfo();