mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add explicit JsonInclude for PluginID internal set
This commit is contained in:
parent
8d7fa1d397
commit
810725cc6b
1 changed files with 1 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ namespace Flow.Launcher.Plugin
|
|||
/// <summary>
|
||||
/// Plugin ID that generated this result
|
||||
/// </summary>
|
||||
[JsonInclude]
|
||||
public string PluginID { get; internal set; }
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue