mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove Subtitle Highlight
This commit is contained in:
parent
0acd2e1298
commit
f1c46d1048
1 changed files with 1 additions and 6 deletions
|
|
@ -133,12 +133,7 @@
|
|||
Style="{DynamicResource ItemSubTitleStyle}"
|
||||
Text="{Binding Result.SubTitle}"
|
||||
ToolTip="{Binding ShowSubTitleToolTip}">
|
||||
<vm:ResultsViewModel.FormattedText>
|
||||
<MultiBinding Converter="{StaticResource HighlightTextConverter}">
|
||||
<Binding Path="Result.SubTitle" />
|
||||
<Binding Path="Result.SubTitleHighlightData" />
|
||||
</MultiBinding>
|
||||
</vm:ResultsViewModel.FormattedText>
|
||||
|
||||
</TextBlock>
|
||||
|
||||
</Grid>
|
||||
|
|
|
|||
Loading…
Reference in a new issue