Revert "Try to fix combability issue"

This reverts commit b703bcdd52.
This commit is contained in:
Jack251970 2026-01-23 16:05:03 +08:00
parent b703bcdd52
commit 0f0ee9ffde

View file

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
@ -164,16 +164,10 @@ namespace Flow.Launcher.Plugin
[JsonIgnore]
public IconDelegate BadgeIcon = null;
private GlyphInfo _glyph;
/// <summary>
/// Information for Glyph Icon (Prioritized than IcoPath/Icon if user enable Glyph Icons)
/// </summary>
public GlyphInfo Glyph
{
get => _glyph;
set => _glyph = value;
}
public GlyphInfo Glyph { get; set; }
/// <summary>
/// An action to take in the form of a function call when the result has been selected.