Skip to content

Commit 2a06cb9

Browse files
committed
fix file path tool tip as file path instead
1 parent d2bec9c commit 2a06cb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ internal static Result CreateFileResult(string filePath, Query query, int score
144144
return true;
145145
},
146146
TitleToolTip = Constants.ToolTipOpenContainingFolder,
147-
SubTitleToolTip = Constants.ToolTipOpenContainingFolder,
147+
SubTitleToolTip = filePath,
148148
ContextData = new SearchResult
149149
{
150150
Type = ResultType.File,

Plugins/Flow.Launcher.Plugin.Explorer/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Name": "Explorer",
1010
"Description": "Search and manage files and folders. Explorer utilises Windows Index Search",
1111
"Author": "Jeremy Wu",
12-
"Version": "1.8.3",
12+
"Version": "1.8.4",
1313
"Language": "csharp",
1414
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1515
"ExecuteFileName": "Flow.Launcher.Plugin.Explorer.dll",

0 commit comments

Comments
 (0)