We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa96132 commit 7f43d85Copy full SHA for 7f43d85
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -98,7 +98,7 @@ public interface IPublicAPI
98
bool IsMainWindowVisible();
99
100
/// <summary>
101
- /// 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.
102
/// </summary>
103
event VisibilityChangedEventHandler VisibilityChanged;
104
0 commit comments