Skip to content

Commit f1c46d1

Browse files
committed
Remove Subtitle Highlight
1 parent 0acd2e1 commit f1c46d1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Flow.Launcher/ResultListBox.xaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,7 @@
133133
Style="{DynamicResource ItemSubTitleStyle}"
134134
Text="{Binding Result.SubTitle}"
135135
ToolTip="{Binding ShowSubTitleToolTip}">
136-
<vm:ResultsViewModel.FormattedText>
137-
<MultiBinding Converter="{StaticResource HighlightTextConverter}">
138-
<Binding Path="Result.SubTitle" />
139-
<Binding Path="Result.SubTitleHighlightData" />
140-
</MultiBinding>
141-
</vm:ResultsViewModel.FormattedText>
136+
142137
</TextBlock>
143138

144139
</Grid>

0 commit comments

Comments
 (0)