mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
- Delete Comment
This commit is contained in:
parent
f07a009108
commit
4ced99569d
2 changed files with 2 additions and 5 deletions
|
|
@ -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") });
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue