From dc366339b0f0ae3a492f4e1528d00d56e39180ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BC=98=E9=9F=AC?= Date: Thu, 13 May 2021 13:29:22 +0800 Subject: [PATCH] Update Comment --- Flow.Launcher.Plugin/IPublicAPI.cs | 3 +++ 1 file changed, 3 insertions(+) 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 ///