mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 08:59:04 -06:00 
			
		
		
		
	Infra: Update Microsoft.IdentityModel.JsonWebTokens (#7070)
* Update Microsoft.IdentityModel.JsonWebTokens * Update
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
using Microsoft.IdentityModel.Tokens;
 | 
			
		||||
using Ryujinx.Ava.UI.Models;
 | 
			
		||||
using System;
 | 
			
		||||
using System.Collections.ObjectModel;
 | 
			
		||||
using System.Linq;
 | 
			
		||||
 | 
			
		||||
namespace Ryujinx.Ava.UI.ViewModels
 | 
			
		||||
{
 | 
			
		||||
@@ -11,7 +11,7 @@ namespace Ryujinx.Ava.UI.ViewModels
 | 
			
		||||
        {
 | 
			
		||||
            Profiles = new ObservableCollection<BaseModel>();
 | 
			
		||||
            LostProfiles = new ObservableCollection<UserProfile>();
 | 
			
		||||
            IsEmpty = LostProfiles.IsNullOrEmpty();
 | 
			
		||||
            IsEmpty = !LostProfiles.Any();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        public ObservableCollection<BaseModel> Profiles { get; set; }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user