We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6fceb commit f583041Copy full SHA for f583041
Flow.Launcher.Plugin/Result.cs
@@ -128,12 +128,12 @@ public string BadgeIcoPath
128
/// <summary>
129
/// Delegate to load an icon for this result.
130
/// </summary>
131
- public IconDelegate Icon { get; set; }
+ public IconDelegate Icon = null;
132
133
134
/// Delegate to load an icon for the badge of this result.
135
136
- public IconDelegate BadgeIcon { get; set; }
+ public IconDelegate BadgeIcon = null;
137
138
139
/// Information for Glyph Icon (Prioritized than IcoPath/Icon if user enable Glyph Icons)
0 commit comments