From a25f836dfce381ca6d3c5874610455a8b631c87c Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Mon, 17 May 2021 07:14:28 +1000 Subject: [PATCH] update ISavable comments --- Flow.Launcher.Plugin/Interfaces/ISavable.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher.Plugin/Interfaces/ISavable.cs b/Flow.Launcher.Plugin/Interfaces/ISavable.cs index 7c1110e0e..6f408dc2e 100644 --- a/Flow.Launcher.Plugin/Interfaces/ISavable.cs +++ b/Flow.Launcher.Plugin/Interfaces/ISavable.cs @@ -1,8 +1,9 @@ namespace Flow.Launcher.Plugin { /// - /// Save plugin settings/cache, - /// 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, + /// plugin settings will be automatically saved (see Flow.Launcher/PublicAPIInstance.SavePluginSettings) by Flow /// public interface ISavable {