Browse Source

Remove commented code

pull/165/head
Ionite 1 year ago
parent
commit
c93b984483
No known key found for this signature in database
  1. 10
      StabilityMatrix.Avalonia/DialogHelper.cs

10
StabilityMatrix.Avalonia/DialogHelper.cs

@ -407,16 +407,6 @@ public static class DialogHelper
if (result.Score > 40)
{
/*mainGrid.Children.Add(
new TextBlock
{
Text = $"Did you mean: {result.Value}?",
FontSize = 18,
FontWeight = FontWeight.Medium,
Margin = new Thickness(0, 8),
}
);*/
mainGrid.Children.Add(
new InfoBar
{

Loading…
Cancel
Save