Fix category not working in GUI

Closes #1112
This commit is contained in:
Tyrrrz 2023-07-29 00:57:45 +03:00
parent 5fc2fae28a
commit de531d4a97

View file

@ -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" />