diff --git a/Flow.Launcher.Plugin/IPublicAPI.cs b/Flow.Launcher.Plugin/IPublicAPI.cs index f98d6e7eb..368dfe7b1 100644 --- a/Flow.Launcher.Plugin/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/IPublicAPI.cs @@ -165,7 +165,8 @@ namespace Flow.Launcher.Plugin void LogException(string className, string message, Exception e, [CallerMemberName] string methodName = ""); /// - /// Load JsonStorage for current plugin. This is the method used to load settings from json in Flow + /// Load JsonStorage for current plugin. This is the method used to load settings from json in Flow. + /// When the file is not exist, it will create a new instance for the specific type. /// /// Type for deserialization ///