mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Disable live capture buttons when connection is closed
This commit is contained in:
@@ -261,6 +261,9 @@ namespace renderdocui.Windows
|
||||
connectionStatus.Text = "Connection closed";
|
||||
connectionIcon.Image = global::renderdocui.Properties.Resources.disconnect;
|
||||
|
||||
numFrames.Enabled = captureDelay.Enabled = captureFrame.Enabled =
|
||||
triggerCapture.Enabled = queueCap.Enabled = false;
|
||||
|
||||
ConnectionClosed();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user