2 writes to ShowSecretsWarning
Aspire.Dashboard (2)
Components\Dialogs\TextVisualizerDialog.razor.cs (2)
70ShowSecretsWarning = settingsResult.Value is not { SecretsWarningAcknowledged: true }; 304ShowSecretsWarning = false;
1 reference to ShowSecretsWarning
Aspire.Dashboard (1)
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
118private bool IsTextContentDisplayed => !Content.ContainsSecret || ShowSecretsWarning is false;