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 909fe5a commit a25f836Copy full SHA for a25f836
Flow.Launcher.Plugin/Interfaces/ISavable.cs
@@ -1,8 +1,9 @@
1
namespace Flow.Launcher.Plugin
2
{
3
/// <summary>
4
- /// Save plugin settings/cache,
5
- /// todo should be merged into a abstract class intead of seperate interface
+ /// Save addtional plugin data. Inherit this interface if additional data e.g. cache needs to be saved,
+ /// Otherwise if LoadSettingJsonStorage or SaveSettingJsonStorage has been callded,
6
+ /// plugin settings will be automatically saved (see Flow.Launcher/PublicAPIInstance.SavePluginSettings) by Flow
7
/// </summary>
8
public interface ISavable
9
0 commit comments