logprobe fix

This commit is contained in:
deltanedas 2025-03-01 17:05:32 +00:00
parent 6814d525a4
commit d332bd43fd
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{