Fix category not working in GUI

Closes #1112
pull/1107/head
Tyrrrz 1 year ago
parent 5fc2fae28a
commit de531d4a97

@ -29,7 +29,7 @@
<!-- Sort guild channels by position --> <!-- Sort guild channels by position -->
<CollectionViewSource x:Key="AvailableChannelsViewSource" Source="{Binding AvailableChannels, Mode=OneWay}"> <CollectionViewSource x:Key="AvailableChannelsViewSource" Source="{Binding AvailableChannels, Mode=OneWay}">
<CollectionViewSource.GroupDescriptions> <CollectionViewSource.GroupDescriptions>
<PropertyGroupDescription PropertyName="Category.Name" /> <PropertyGroupDescription PropertyName="Category" />
</CollectionViewSource.GroupDescriptions> </CollectionViewSource.GroupDescriptions>
<CollectionViewSource.SortDescriptions> <CollectionViewSource.SortDescriptions>
<componentModel:SortDescription Direction="Ascending" PropertyName="Position" /> <componentModel:SortDescription Direction="Ascending" PropertyName="Position" />

Loading…
Cancel
Save