mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Set display properly when checking RemoteHost status
This commit is contained in:
@@ -172,7 +172,11 @@ namespace renderdocui.Windows.Dialogs
|
||||
|
||||
string username = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
|
||||
|
||||
(node.Tag as RemoteHost).CheckStatus();
|
||||
RemoteHost host = node.Tag as RemoteHost;
|
||||
|
||||
host.CheckStatus();
|
||||
|
||||
SetRemoteServerLive(node, host.ServerRunning, host.Busy);
|
||||
|
||||
StaticExports.EnumerateRemoteTargets(hostname, (UInt32 i) => {
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user