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();
|
ViewModel = new ProfilesViewModel();
|
||||||
var profiles = _accountManager
|
var profiles = _accountManager
|
||||||
.GetAllUsers()
|
.GetAllUsers()
|
||||||
.Select(p => new Models.UserProfile(p,null))
|
.Select(p => new Models.UserProfile(p, null))
|
||||||
.OrderBy(p => p.Name);
|
.OrderBy(p => p.Name);
|
||||||
|
|
||||||
ViewModel.Profiles.AddRange(profiles);
|
ViewModel.Profiles.AddRange(profiles);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue