Add field images to be displayed in previews

This commit is contained in:
Garulf 2022-09-02 05:57:06 -04:00
parent b00ab13b76
commit a090b10b1e

View file

@ -67,6 +67,11 @@ namespace Flow.Launcher.Plugin
}
}
/// <summary>
/// Full image used for preview window
/// </summary>
public string PreviewImage { get; set; }
/// <summary>
/// Delegate function, see <see cref="Icon"/>
/// </summary>