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
17cf74e313
commit
c41d021272
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ using System.Windows.Data;
|
||||||
|
|
||||||
namespace Flow.Launcher.Core.Resource
|
namespace Flow.Launcher.Core.Resource
|
||||||
{
|
{
|
||||||
|
[Obsolete("LocalizationConverter is obsolete. Use with Flow.Launcher.Localization NuGet package instead.")]
|
||||||
public class LocalizationConverter : IValueConverter
|
public class LocalizationConverter : IValueConverter
|
||||||
{
|
{
|
||||||
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
|
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue