From a090b10b1e859ddd866410dd113df738e35a352e Mon Sep 17 00:00:00 2001
From: Garulf <535299+Garulf@users.noreply.github.com>
Date: Fri, 2 Sep 2022 05:57:06 -0400
Subject: [PATCH] Add field images to be displayed in previews
---
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 35c491d35..7451d29c7 100644
--- a/Flow.Launcher.Plugin/Result.cs
+++ b/Flow.Launcher.Plugin/Result.cs
@@ -67,6 +67,11 @@ namespace Flow.Launcher.Plugin
}
}
+ ///
+ /// Full image used for preview window
+ ///
+ public string PreviewImage { get; set; }
+
///
/// Delegate function, see
///