Skip to content

Commit 0f0ee9f

Browse files
committed
Revert "Try to fix combability issue"
This reverts commit b703bcd.
1 parent b703bcd commit 0f0ee9f

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

Flow.Launcher.Plugin/Result.cs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.IO;
44
using System.Threading.Tasks;
@@ -164,16 +164,10 @@ public string BadgeIcoPath
164164
[JsonIgnore]
165165
public IconDelegate BadgeIcon = null;
166166

167-
private GlyphInfo _glyph;
168-
169167
/// <summary>
170168
/// Information for Glyph Icon (Prioritized than IcoPath/Icon if user enable Glyph Icons)
171169
/// </summary>
172-
public GlyphInfo Glyph
173-
{
174-
get => _glyph;
175-
set => _glyph = value;
176-
}
170+
public GlyphInfo Glyph { get; set; }
177171

178172
/// <summary>
179173
/// An action to take in the form of a function call when the result has been selected.

0 commit comments

Comments
 (0)