File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Flow.Launcher.Core/Resource Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- using CommunityToolkit . Mvvm . DependencyInjection ;
1
+ using System ;
2
+ using CommunityToolkit . Mvvm . DependencyInjection ;
2
3
3
4
namespace Flow . Launcher . Core . Resource
4
5
{
6
+ [ Obsolete ( "InternationalizationManager.Instance is obsolete. Use Ioc.Default.GetRequiredService<Internationalization>() instead." ) ]
5
7
public static class InternationalizationManager
6
8
{
7
9
public static Internationalization Instance
Original file line number Diff line number Diff line change 1
- using CommunityToolkit . Mvvm . DependencyInjection ;
1
+ using System ;
2
+ using CommunityToolkit . Mvvm . DependencyInjection ;
2
3
3
4
namespace Flow . Launcher . Core . Resource
4
5
{
6
+ [ Obsolete ( "ThemeManager.Instance is obsolete. Use Ioc.Default.GetRequiredService<Theme>() instead." ) ]
5
7
public class ThemeManager
6
8
{
7
9
public static Theme Instance
You can’t perform that action at this time.
0 commit comments