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 5ee2c3a commit 7bcde06Copy full SHA for 7bcde06
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -1,4 +1,4 @@
1
-using System;
+using System;
2
using System.Collections.Generic;
3
using System.Collections.ObjectModel;
4
using System.ComponentModel;
@@ -622,7 +622,7 @@ public interface IPublicAPI
622
/// Invoked when the actual theme of the application has changed. Currently, the plugin will continue to be subscribed even if it is turned off.
623
/// </summary>
624
event ActualApplicationThemeChangedEventHandler ActualApplicationThemeChanged;
625
-
+
626
/// <summary>
627
/// Get the user data directory of Flow Launcher.
628
0 commit comments