From 093a191bbcca3ab8cd85c055e113c16f9e2187d5 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Mon, 29 Nov 2021 01:08:55 -0600 Subject: [PATCH] Change Icon back to field to maintain backward compatibility --- Flow.Launcher.Plugin/Result.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs index 171b30c26..833ada9cd 100644 --- a/Flow.Launcher.Plugin/Result.cs +++ b/Flow.Launcher.Plugin/Result.cs @@ -50,7 +50,7 @@ namespace Flow.Launcher.Plugin /// /// Delegate to Get Image Source /// - public IconDelegate Icon { get; set; } + public IconDelegate Icon; /// /// Information for Glyph Icon