Update Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
Odotocodot 2023-07-09 14:07:54 +01:00 committed by GitHub
parent fa96132528
commit 7f43d85401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ namespace Flow.Launcher.Plugin
bool IsMainWindowVisible();
/// <summary>
/// Invoked when the visibility of the main window has changed
/// Invoked when the visibility of the main window has changed. Currently, the plugin will continue to be subscribed even if it is turned off.
/// </summary>
event VisibilityChangedEventHandler VisibilityChanged;