Fix build error introduced in 1eae69304f

Recover FilePath in 71376b8b
This commit is contained in:
VictoriousRaptor 2023-07-11 20:26:37 +08:00
parent 1eae69304f
commit e248fcbca5

View file

@ -265,6 +265,11 @@ namespace Flow.Launcher.Plugin
/// </summary>
public IconDelegate PreviewDelegate { get; set; } = null;
/// <summary>
/// File path of the result. For third-party preview programs such as QuickLook.
/// </summary>
public string FilePath { get; set; } = null;
/// <summary>
/// Default instance of <see cref="PreviewInfo"/>
/// </summary>