mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
parent
1eae69304f
commit
e248fcbca5
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue