Update Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
Garulf 2021-12-06 16:09:14 -05:00 committed by GitHub
parent 34fd11a411
commit 74f97f1b95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search
Title = title,
IcoPath = path,
SubTitle = subtitle,
AutoCompleteText = $"{subtitle}\\",
AutoCompleteText = $"{path}\\",
TitleHighlightData = StringMatcher.FuzzySearch(query.Search, title).MatchData,
Action = c =>
{