mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update Comment
This commit is contained in:
parent
dc366339b0
commit
dea26c684a
1 changed files with 2 additions and 1 deletions
|
|
@ -165,7 +165,8 @@ namespace Flow.Launcher.Plugin
|
|||
void LogException(string className, string message, Exception e, [CallerMemberName] string methodName = "");
|
||||
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">Type for deserialization</typeparam>
|
||||
/// <returns></returns>
|
||||
|
|
|
|||
Loading…
Reference in a new issue