We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f976b9 commit 73852c9Copy full SHA for 73852c9
Flow.Launcher.Plugin/PluginMetadata.cs
@@ -133,15 +133,13 @@ internal set
133
/// When plugin is deleted, FL will ask users whether to keep its settings.
134
/// If users do not want to keep, this directory will be deleted.
135
/// </summary>
136
- [JsonIgnore]
137
public string PluginSettingsDirectoryPath { get; internal set; }
138
139
/// <summary>
140
/// The path to the plugin cache directory which is not validated.
141
/// It is used to store cache files.
142
/// When plugin is deleted, this directory will be deleted as well.
143
144
145
public string PluginCacheDirectoryPath { get; internal set; }
146
147
0 commit comments