Skip to content

Commit 73852c9

Browse files
committed
Remove JsonIgnore to make sure paths are sent to JsonRPC plugins
1 parent 5f976b9 commit 73852c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Flow.Launcher.Plugin/PluginMetadata.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,13 @@ internal set
133133
/// When plugin is deleted, FL will ask users whether to keep its settings.
134134
/// If users do not want to keep, this directory will be deleted.
135135
/// </summary>
136-
[JsonIgnore]
137136
public string PluginSettingsDirectoryPath { get; internal set; }
138137

139138
/// <summary>
140139
/// The path to the plugin cache directory which is not validated.
141140
/// It is used to store cache files.
142141
/// When plugin is deleted, this directory will be deleted as well.
143142
/// </summary>
144-
[JsonIgnore]
145143
public string PluginCacheDirectoryPath { get; internal set; }
146144

147145
/// <summary>

0 commit comments

Comments
 (0)