- Delete Comment

This commit is contained in:
Dobin Park 2021-09-28 01:20:36 +09:00
parent f07a009108
commit 4ced99569d
2 changed files with 2 additions and 5 deletions

View file

@ -1,4 +1,4 @@
using System.Windows;using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
@ -31,8 +31,7 @@ namespace Flow.Launcher.Converters
var currentCharacter = text.Substring(i, 1);
if (this.ShouldHighlight(highlightData, i))
{
//textBlock.Inlines.Add(new Bold(new Run(currentCharacter)));
//textBlock.Inlines.Add(new Run(currentCharacter) { Foreground = Brushes.RoyalBlue });
textBlock.Inlines.Add(new Run(currentCharacter) { Style = (Style)Application.Current.FindResource("HighlightStyle") });
}

View file

@ -47,10 +47,8 @@
</ItemGroup>
<ItemGroup>
<Page Remove="Themes\League.Designer.xaml" />
<Page Remove="Themes\League.xaml" />
<Page Remove="Themes\ThemeBuilder\Template.xaml" />
<Page Remove="Themes\Win11Dark.Designer.xaml" />
<Page Remove="Themes\Win11Dark.xaml" />
</ItemGroup>