diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs index 35c491d35..7451d29c7 100644 --- a/Flow.Launcher.Plugin/Result.cs +++ b/Flow.Launcher.Plugin/Result.cs @@ -67,6 +67,11 @@ namespace Flow.Launcher.Plugin } } + /// + /// Full image used for preview window + /// + public string PreviewImage { get; set; } + /// /// Delegate function, see ///