mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #838 from Flow-Launcher/IconField
[dev] Change Icon back to field to maintain backward compatibility
This commit is contained in:
commit
1c732d40b3
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ namespace Flow.Launcher.Plugin
|
|||
/// <summary>
|
||||
/// Delegate to Get Image Source
|
||||
/// </summary>
|
||||
public IconDelegate Icon { get; set; }
|
||||
public IconDelegate Icon;
|
||||
|
||||
/// <summary>
|
||||
/// Information for Glyph Icon
|
||||
|
|
|
|||
Loading…
Reference in a new issue