We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000ca23 commit 7fc7045Copy full SHA for 7fc7045
Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs
@@ -408,6 +408,7 @@ public Result Result(string query, IPublicAPI api)
408
var result = new Result
409
{
410
Title = title,
411
+ AutoCompleteText = Name,
412
SubTitle = Main._settings.HideAppsPath ? string.Empty : Location,
413
IcoPath = LogoPath,
414
Preview = new Result.PreviewInfo
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
@@ -155,6 +155,7 @@ public Result Result(string query, IPublicAPI api)
155
156
157
158
+ AutoCompleteText = resultName,
159
SubTitle = subtitle,
160
IcoPath = IcoPath,
161
Score = matchResult.Score,
0 commit comments