diff --git a/Flow.Launcher.Plugin/IPublicAPI.cs b/Flow.Launcher.Plugin/IPublicAPI.cs index 6833bc6b9..f98d6e7eb 100644 --- a/Flow.Launcher.Plugin/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/IPublicAPI.cs @@ -182,6 +182,9 @@ namespace Flow.Launcher.Plugin /// /// Save JsonStorage for current plugin. This is the method used to save settings to json in Flow.Launcher /// This method will override the original class instance loaded from LoadJsonStorage + /// This method allows registering a type with provided instance so that it won't create a new one. + /// Only use it when you would like to create a new instance of the type instance and overwrite the original one + /// stored before. /// /// Type for Serialization ///