From e248fcbca58e3282518a67b4b90bbc743c243a75 Mon Sep 17 00:00:00 2001
From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
Date: Tue, 11 Jul 2023 20:26:37 +0800
Subject: [PATCH] Fix build error introduced in
1eae69304f3f961b70fe224a58d870d85bcb08ad
Recover FilePath in 71376b8b
---
Flow.Launcher.Plugin/Result.cs | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs
index 588bf9c7b..a231a0ed6 100644
--- a/Flow.Launcher.Plugin/Result.cs
+++ b/Flow.Launcher.Plugin/Result.cs
@@ -265,6 +265,11 @@ namespace Flow.Launcher.Plugin
///
public IconDelegate PreviewDelegate { get; set; } = null;
+ ///
+ /// File path of the result. For third-party preview programs such as QuickLook.
+ ///
+ public string FilePath { get; set; } = null;
+
///
/// Default instance of
///