mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add field images to be displayed in previews
This commit is contained in:
parent
b00ab13b76
commit
a090b10b1e
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue