mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Set preview image for uwp apps
This commit is contained in:
parent
bf9b464be8
commit
564721bd2f
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue