From 810725cc6b8930ffd284e6d5a6074fa98fe02a1a Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 1 Jan 2026 15:43:23 +1100 Subject: [PATCH] add explicit JsonInclude for PluginID internal set --- Flow.Launcher.Plugin/Result.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs index f1dd53b22..edfa5bb99 100644 --- a/Flow.Launcher.Plugin/Result.cs +++ b/Flow.Launcher.Plugin/Result.cs @@ -227,6 +227,7 @@ namespace Flow.Launcher.Plugin /// /// Plugin ID that generated this result /// + [JsonInclude] public string PluginID { get; internal set; } ///