fix avatarproperty ordering

This commit is contained in:
DismissedLight
2023-08-19 20:56:27 +08:00
parent baee72a2fa
commit 368d0bfbd7
2 changed files with 2 additions and 1 deletions

View File

@@ -52,6 +52,7 @@
<x:Double x:Key="HomeAdaptiveCardHeight">180</x:Double>
<x:Double x:Key="ContentDialogMinHeight">64</x:Double>
<!-- ProgressBar -->
<x:Double x:Key="LargeBackgroundProgressBarOpacity">0.2</x:Double>

View File

@@ -38,7 +38,7 @@ internal sealed partial class SummaryFactory : ISummaryFactory
.Where(a => !AvatarIds.IsPlayer(a.AvatarId))
.Select(a => new SummaryAvatarFactory(metadataContext, a).Create())
.OrderByDescending(a => a.LevelNumber)
.ThenByDescending(a => a.Name)
.ThenBy(a => a.Name)
.ToList(),
// .ThenByDescending(a => a.Quality)