mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-02 23:59:50 -04:00
[GUI] Refactor sorting
This commit is contained in:
parent
45926b0990
commit
6f54c09d96
2 changed files with 2 additions and 5 deletions
|
@ -31,6 +31,7 @@
|
|||
</CollectionViewSource.GroupDescriptions>
|
||||
<CollectionViewSource.SortDescriptions>
|
||||
<componentModel:SortDescription Direction="Ascending" PropertyName="Category" />
|
||||
<componentModel:SortDescription Direction="Ascending" PropertyName="Name" />
|
||||
</CollectionViewSource.SortDescriptions>
|
||||
</CollectionViewSource>
|
||||
</Window.Resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue