Set preview image for uwp apps

This commit is contained in:
Vic 2022-12-03 13:01:51 +08:00
parent bf9b464be8
commit 564721bd2f

View file

@ -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,