Skip to content

Commit 564721b

Browse files
Set preview image for uwp apps
1 parent bf9b464 commit 564721b

File tree

1 file changed

+2
-0
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+2
-0
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ public Result Result(string query, IPublicAPI api)
405405
Title = title,
406406
SubTitle = Main._settings.HideAppsPath ? string.Empty : Location,
407407
IcoPath = LogoPath,
408+
PreviewImage = PreviewImagePath,
409+
UseBigThumbnail = false,
408410
Score = matchResult.Score,
409411
TitleHighlightData = matchResult.MatchData,
410412
ContextData = this,

0 commit comments

Comments
 (0)