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 ; 
23
34namespace  Flow . Launcher . Core . Resource 
45{ 
6+     [ Obsolete ( "InternationalizationManager.Instance is obsolete. Use Ioc.Default.GetRequiredService<Internationalization>() instead." ) ] 
57    public  static   class  InternationalizationManager 
68    { 
79        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 ; 
23
34namespace  Flow . Launcher . Core . Resource 
45{ 
6+     [ Obsolete ( "ThemeManager.Instance is obsolete. Use Ioc.Default.GetRequiredService<Theme>() instead." ) ] 
57    public  class  ThemeManager 
68    { 
79        public  static   Theme  Instance 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments