mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update comments
This commit is contained in:
parent
e565022d3f
commit
65eb4e8d53
1 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue