From 564721bd2f0223869dbe6fd4b34fbc4daf329e3e Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Sat, 3 Dec 2022 13:01:51 +0800 Subject: [PATCH] Set preview image for uwp apps --- Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs index 627502ea1..49673d5cd 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs @@ -405,6 +405,8 @@ namespace Flow.Launcher.Plugin.Program.Programs Title = title, SubTitle = Main._settings.HideAppsPath ? string.Empty : Location, IcoPath = LogoPath, + PreviewImage = PreviewImagePath, + UseBigThumbnail = false, Score = matchResult.Score, TitleHighlightData = matchResult.MatchData, ContextData = this,