mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove JsonIgnore to make sure paths are sent to JsonRPC plugins
This commit is contained in:
parent
5f976b9331
commit
73852c97bf
1 changed files with 0 additions and 2 deletions
|
|
@ -133,7 +133,6 @@ namespace Flow.Launcher.Plugin
|
|||
/// When plugin is deleted, FL will ask users whether to keep its settings.
|
||||
/// If users do not want to keep, this directory will be deleted.
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public string PluginSettingsDirectoryPath { get; internal set; }
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -141,7 +140,6 @@ namespace Flow.Launcher.Plugin
|
|||
/// It is used to store cache files.
|
||||
/// When plugin is deleted, this directory will be deleted as well.
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public string PluginCacheDirectoryPath { get; internal set; }
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue