mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add obsolete warning
This commit is contained in:
parent
d4c9626cbf
commit
17cf74e313
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ using System.Windows.Markup;
|
|||
|
||||
namespace Flow.Launcher.Infrastructure.UI
|
||||
{
|
||||
[Obsolete("EnumBindingSourceExtension is obsolete. Use with Flow.Launcher.Localization NuGet package instead.")]
|
||||
public class EnumBindingSourceExtension : MarkupExtension
|
||||
{
|
||||
private Type _enumType;
|
||||
|
|
|
|||
Loading…
Reference in a new issue