Skip to content

Commit 90b7559

Browse files
committed
show ToolTip directory path on current folder result
1 parent 492c02e commit 90b7559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ internal Result CreateOpenCurrentFolderResult(string path, bool windowsIndexed =
8787
FilesFolders.OpenPath(retrievedDirectoryPath);
8888
return true;
8989
},
90-
TitleToolTip = Constants.ToolTipOpenDirectory,
91-
SubTitleToolTip = Constants.ToolTipOpenDirectory,
90+
TitleToolTip = retrievedDirectoryPath,
91+
SubTitleToolTip = retrievedDirectoryPath,
9292
ContextData = new SearchResult { Type = ResultType.Folder, FullPath = retrievedDirectoryPath, ShowIndexState = true, WindowsIndexed = windowsIndexed }
9393
};
9494
}

0 commit comments

Comments
 (0)