Skip to content

Commit 74f97f1

Browse files
Garulfjjw24
andauthored
Update Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs
Co-authored-by: Jeremy Wu <[email protected]>
1 parent 34fd11a commit 74f97f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ internal static Result CreateFolderResult(string title, string subtitle, string
2727
Title = title,
2828
IcoPath = path,
2929
SubTitle = subtitle,
30-
AutoCompleteText = $"{subtitle}\\",
30+
AutoCompleteText = $"{path}\\",
3131
TitleHighlightData = StringMatcher.FuzzySearch(query.Search, title).MatchData,
3232
Action = c =>
3333
{

0 commit comments

Comments
 (0)