Cleanup
This commit is contained in:
parent
4335e09fbe
commit
09ff48b96e
@ -17,8 +17,8 @@ internal sealed class Configuration : IPluginConfiguration
|
|||||||
public sealed class CharacterInfo
|
public sealed class CharacterInfo
|
||||||
{
|
{
|
||||||
public ulong LocalContentId { get; set; }
|
public ulong LocalContentId { get; set; }
|
||||||
public string CachedPlayerName { get; set; }
|
public string? CachedPlayerName { get; set; }
|
||||||
public string CachedWorldName { get; set; }
|
public string? CachedWorldName { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public sealed class ArmouryConfiguration
|
public sealed class ArmouryConfiguration
|
||||||
|
@ -120,6 +120,7 @@ internal sealed class DiscardWindow : Window
|
|||||||
Quantity = x.Sum(y => y.InventoryItem->Quantity),
|
Quantity = x.Sum(y => y.InventoryItem->Quantity),
|
||||||
Selected = !notSelected.Contains(x.Key),
|
Selected = !notSelected.Contains(x.Key),
|
||||||
})
|
})
|
||||||
|
.OrderBy(x => x.Name.ToLower())
|
||||||
.ToList();
|
.ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user