Skip to content

Commit e6fb766

Browse files
committed
Mark ActionContext as deprecated
1 parent e196aa4 commit e6fb766

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Flow.Launcher.Plugin/ActionContext.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
using System.Windows.Input;
1+
using System;
2+
using System.Windows.Input;
23

34
namespace Flow.Launcher.Plugin
45
{
56
/// <summary>
67
/// Context provided as a parameter when invoking a
78
/// <see cref="Result.Action"/> or <see cref="Result.AsyncAction"/>
89
/// </summary>
10+
[Obsolete("ActionContext support is deprecated and will be removed in a future release. Please use IPluginHotkey instead.")]
911
public class ActionContext
1012
{
1113
/// <summary>

0 commit comments

Comments
 (0)