mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 17:00:17 +00:00
Alphabetical order
This commit is contained in:
parent
1acfa338d8
commit
8ce206892c
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ namespace Ryujinx.Ava.UI.Controls
|
|||
ViewModel.Profiles.Clear();
|
||||
ViewModel.LostProfiles.Clear();
|
||||
|
||||
var profiles = AccountManager.GetAllUsers();
|
||||
var profiles = AccountManager.GetAllUsers().OrderBy(x => x.Name);
|
||||
|
||||
foreach (var profile in profiles)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue