mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-20 08:17:12 +00:00
@@ -29,7 +29,7 @@
|
||||
<!-- Sort guild channels by position -->
|
||||
<CollectionViewSource x:Key="AvailableChannelsViewSource" Source="{Binding AvailableChannels, Mode=OneWay}">
|
||||
<CollectionViewSource.GroupDescriptions>
|
||||
<PropertyGroupDescription PropertyName="Category.Name" />
|
||||
<PropertyGroupDescription PropertyName="Category" />
|
||||
</CollectionViewSource.GroupDescriptions>
|
||||
<CollectionViewSource.SortDescriptions>
|
||||
<componentModel:SortDescription Direction="Ascending" PropertyName="Position" />
|
||||
|
||||
Reference in New Issue
Block a user