mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
change to path instead of subtitle parameter
This commit is contained in:
parent
7ada219c0c
commit
d536b6fd77
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue