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
b37f9f338a
commit
dc366339b0
1 changed files with 3 additions and 0 deletions
|
|
@ -182,6 +182,9 @@ namespace Flow.Launcher.Plugin
|
|||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">Type for Serialization</typeparam>
|
||||
/// <returns></returns>
|
||||
|
|
|
|||
Loading…
Reference in a new issue