Fix tool tip for folder

This commit is contained in:
pc223 2021-08-04 22:12:11 +07:00
parent 2a06cb9893
commit 7ada219c0c

View file

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