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 e196aa4 commit e6fb766Copy full SHA for e6fb766
Flow.Launcher.Plugin/ActionContext.cs
@@ -1,11 +1,13 @@
1
-using System.Windows.Input;
+using System;
2
+using System.Windows.Input;
3
4
namespace Flow.Launcher.Plugin
5
{
6
/// <summary>
7
/// Context provided as a parameter when invoking a
8
/// <see cref="Result.Action"/> or <see cref="Result.AsyncAction"/>
9
/// </summary>
10
+ [Obsolete("ActionContext support is deprecated and will be removed in a future release. Please use IPluginHotkey instead.")]
11
public class ActionContext
12
13
0 commit comments