mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add instance obsolete message
This commit is contained in:
parent
d4f90999c7
commit
e989b5ac28
2 changed files with 6 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
using CommunityToolkit.Mvvm.DependencyInjection;
|
||||
using System;
|
||||
using CommunityToolkit.Mvvm.DependencyInjection;
|
||||
|
||||
namespace Flow.Launcher.Core.Resource
|
||||
{
|
||||
[Obsolete("InternationalizationManager.Instance is obsolete. Use Ioc.Default.GetRequiredService<Internationalization>() instead.")]
|
||||
public static class InternationalizationManager
|
||||
{
|
||||
public static Internationalization Instance
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
using CommunityToolkit.Mvvm.DependencyInjection;
|
||||
using System;
|
||||
using CommunityToolkit.Mvvm.DependencyInjection;
|
||||
|
||||
namespace Flow.Launcher.Core.Resource
|
||||
{
|
||||
[Obsolete("ThemeManager.Instance is obsolete. Use Ioc.Default.GetRequiredService<Theme>() instead.")]
|
||||
public class ThemeManager
|
||||
{
|
||||
public static Theme Instance
|
||||
|
|
|
|||
Loading…
Reference in a new issue