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 bf9b464 commit 564721bCopy full SHA for 564721b
Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs
@@ -405,6 +405,8 @@ public Result Result(string query, IPublicAPI api)
405
Title = title,
406
SubTitle = Main._settings.HideAppsPath ? string.Empty : Location,
407
IcoPath = LogoPath,
408
+ PreviewImage = PreviewImagePath,
409
+ UseBigThumbnail = false,
410
Score = matchResult.Score,
411
TitleHighlightData = matchResult.MatchData,
412
ContextData = this,
0 commit comments