Skip to content

Commit a25f836

Browse files
authored
update ISavable comments
1 parent 909fe5a commit a25f836

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Flow.Launcher.Plugin/Interfaces/ISavable.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
namespace Flow.Launcher.Plugin
22
{
33
/// <summary>
4-
/// Save plugin settings/cache,
5-
/// todo should be merged into a abstract class intead of seperate interface
4+
/// Save addtional plugin data. Inherit this interface if additional data e.g. cache needs to be saved,
5+
/// Otherwise if LoadSettingJsonStorage or SaveSettingJsonStorage has been callded,
6+
/// plugin settings will be automatically saved (see Flow.Launcher/PublicAPIInstance.SavePluginSettings) by Flow
67
/// </summary>
78
public interface ISavable
89
{

0 commit comments

Comments
 (0)