Skip to content

Commit 7ada219

Browse files
committed
Fix tool tip for folder
1 parent 2a06cb9 commit 7ada219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ internal static Result CreateFolderResult(string title, string subtitle, string
5252
},
5353
Score = score,
5454
TitleToolTip = Constants.ToolTipOpenDirectory,
55-
SubTitleToolTip = Constants.ToolTipOpenDirectory,
55+
SubTitleToolTip = subtitle,
5656
ContextData = new SearchResult
5757
{
5858
Type = ResultType.Folder,

0 commit comments

Comments
 (0)