mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Sort the game entries
This commit is contained in:
parent
011aa530e3
commit
d6edcf0a1e
@ -37,7 +37,7 @@ namespace Wabbajack
|
||||
|
||||
[Reactive]
|
||||
public bool ShowNSFW { get; set; }
|
||||
|
||||
|
||||
[Reactive]
|
||||
public bool ShowUtilityLists { get; set; }
|
||||
|
||||
@ -197,6 +197,7 @@ namespace Wabbajack
|
||||
{
|
||||
List<string> gameEntries = new List<string> { ALL_GAME_TYPE };
|
||||
gameEntries.AddRange(EnumExtensions.GetAllItems<Game>().Select(gameType => gameType.GetDescription<Game>()));
|
||||
gameEntries.Sort();
|
||||
return gameEntries;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user