Skip to content

Commit e248fcb

Browse files
Fix build error introduced in 1eae693
Recover FilePath in 71376b8
1 parent 1eae693 commit e248fcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Flow.Launcher.Plugin/Result.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@ public record PreviewInfo
265265
/// </summary>
266266
public IconDelegate PreviewDelegate { get; set; } = null;
267267

268+
/// <summary>
269+
/// File path of the result. For third-party preview programs such as QuickLook.
270+
/// </summary>
271+
public string FilePath { get; set; } = null;
272+
268273
/// <summary>
269274
/// Default instance of <see cref="PreviewInfo"/>
270275
/// </summary>

0 commit comments

Comments
 (0)