mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
fix avatarproperty ordering
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user