change to path instead of subtitle parameter

This commit is contained in:
Jeremy 2021-08-08 18:47:39 +10:00
parent 7ada219c0c
commit d536b6fd77

View file

@ -52,7 +52,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search
}, },
Score = score, Score = score,
TitleToolTip = Constants.ToolTipOpenDirectory, TitleToolTip = Constants.ToolTipOpenDirectory,
SubTitleToolTip = subtitle, SubTitleToolTip = path,
ContextData = new SearchResult ContextData = new SearchResult
{ {
Type = ResultType.Folder, Type = ResultType.Folder,