You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Flow.Launcher.Plugin/IPublicAPI.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ public interface IPublicAPI
180
180
/// <summary>
181
181
/// Save JsonStorage for current plugin's setting. This is the method used to save settings to json in Flow.Launcher
182
182
/// This method will save the original instance loaded with LoadJsonStorage.
183
-
/// This API call is for manually Save. Flow will automatically save all setting that has registered.
183
+
/// This API call is for manually Save. Flow will automatically save all setting type that has called LoadSettingJsonStorage or SaveSettingJsonStorage previously.
184
184
/// </summary>
185
185
/// <typeparam name="T">Type for Serialization</typeparam>
0 commit comments