Update IPublicAPI.cs

This commit is contained in:
Jeremy Wu 2021-05-16 17:11:25 +10:00 committed by GitHub
parent 20ba2b2d23
commit 97b2c2a9cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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