From 0f0ee9ffde013b3598b8ea83f304a9b5701ccc45 Mon Sep 17 00:00:00 2001
From: Jack251970 <1160210343@qq.com>
Date: Fri, 23 Jan 2026 16:05:03 +0800
Subject: [PATCH] Revert "Try to fix combability issue"
This reverts commit b703bcdd52c72103b7dbe794fe171dfd8a8c08f7.
---
Flow.Launcher.Plugin/Result.cs | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs
index 137ec4892..1682c4d79 100644
--- a/Flow.Launcher.Plugin/Result.cs
+++ b/Flow.Launcher.Plugin/Result.cs
@@ -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;
-
///
/// Information for Glyph Icon (Prioritized than IcoPath/Icon if user enable Glyph Icons)
///
- public GlyphInfo Glyph
- {
- get => _glyph;
- set => _glyph = value;
- }
+ public GlyphInfo Glyph { get; set; }
///
/// An action to take in the form of a function call when the result has been selected.