diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs index 0e68e6815..4033fad2a 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs @@ -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 => {