logprobe fix
This commit is contained in:
parent
6814d525a4
commit
d332bd43fd
|
|
@ -26,8 +26,8 @@ public sealed partial class LogProbeUiFragment : BoxContainer
|
|||
// DeltaV begin - Update to handle both types of data
|
||||
public void UpdateState(LogProbeUiState state)
|
||||
{
|
||||
EntityName.Text = name;
|
||||
PrintButton.Disabled = string.IsNullOrEmpty(name);
|
||||
EntityName.Text = state.EntityName;
|
||||
PrintButton.Disabled = string.IsNullOrEmpty(state.EntityName);
|
||||
|
||||
if (state.NanoChatData != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue