Skip to content

Commit 1c732d4

Browse files
authored
Merge pull request #838 from Flow-Launcher/IconField
[dev] Change Icon back to field to maintain backward compatibility
2 parents e7198c6 + 093a191 commit 1c732d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/Result.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public string IcoPath
5050
/// <summary>
5151
/// Delegate to Get Image Source
5252
/// </summary>
53-
public IconDelegate Icon { get; set; }
53+
public IconDelegate Icon;
5454

5555
/// <summary>
5656
/// Information for Glyph Icon

0 commit comments

Comments
 (0)