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,