feat(UI/6890): fix formatting
This commit is contained in:
parent
f9c961bee4
commit
c33bdbeff1
5 changed files with 17 additions and 17 deletions
|
@ -26,7 +26,7 @@ namespace Ryujinx.Ava.UI.Views.User
|
|||
ViewModel = new ProfilesViewModel();
|
||||
var profiles = _accountManager
|
||||
.GetAllUsers()
|
||||
.Select(p => new Models.UserProfile(p,null))
|
||||
.Select(p => new Models.UserProfile(p, null))
|
||||
.OrderBy(p => p.Name);
|
||||
|
||||
ViewModel.Profiles.AddRange(profiles);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue