From 97b2c2a9cb7e349d9010449402fc421f47b66c22 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 16 May 2021 17:11:25 +1000 Subject: [PATCH] Update IPublicAPI.cs --- Flow.Launcher.Plugin/IPublicAPI.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher.Plugin/IPublicAPI.cs b/Flow.Launcher.Plugin/IPublicAPI.cs index c9f11555d..029c10097 100644 --- a/Flow.Launcher.Plugin/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/IPublicAPI.cs @@ -26,11 +26,11 @@ namespace Flow.Launcher.Plugin /// /// Restart Flow Launcher - /// + /// - /// Save all Flow Launcher settings + /// Saves everything, all of Flow Launcher and plugins' data and settings /// void SaveAppAllSettings();