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; } ///