update comments

This commit is contained in:
Jeremy Wu 2021-05-16 17:14:55 +10:00 committed by GitHub
parent e565022d3f
commit 65eb4e8d53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,16 +26,16 @@ namespace Flow.Launcher.Plugin
/// <summary>
/// Restart Flow Launcher
/// </summar
/// </summary>
void RestartApp();
/// <summary>
/// Saves everything, all of Flow Launcher and plugins' data and settings
/// Save everything, all of Flow Launcher and plugins' data and settings
/// </summary>
void SaveAppAllSettings();
/// <summary>
/// Save Flow's plugins settings
/// Save all Flow's plugins settings
/// </summary>
void SavePluginSettings();