diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs index 588bf9c7b..a231a0ed6 100644 --- a/Flow.Launcher.Plugin/Result.cs +++ b/Flow.Launcher.Plugin/Result.cs @@ -265,6 +265,11 @@ namespace Flow.Launcher.Plugin /// public IconDelegate PreviewDelegate { get; set; } = null; + /// + /// File path of the result. For third-party preview programs such as QuickLook. + /// + public string FilePath { get; set; } = null; + /// /// Default instance of ///