mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-29 01:46:38 +00:00
Distinguish between friendly and real hostnames for remote hosts
* This means we don't pass a friendly hostname internally to connect to, and we don't display a hostname where we want a friendly hostname.
This commit is contained in:
@@ -70,7 +70,7 @@ CaptureContext::CaptureContext(QString paramFilename, QString remoteHost, uint32
|
||||
if(remoteIdent != 0)
|
||||
{
|
||||
m_MainWindow->ShowLiveCapture(
|
||||
new LiveCapture(*this, remoteHost, remoteIdent, m_MainWindow, m_MainWindow));
|
||||
new LiveCapture(*this, remoteHost, remoteHost, remoteIdent, m_MainWindow, m_MainWindow));
|
||||
}
|
||||
|
||||
if(!paramFilename.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user