fix: add a category for special chat types

This commit is contained in:
Anna
2022-02-05 19:07:21 -05:00
parent ea52a6b7d1
commit a7b9c50759
3 changed files with 17 additions and 0 deletions
+5
View File
@@ -5,6 +5,11 @@ namespace ChatTwo.Code;
internal static class ChatTypeExt {
internal static readonly (string, ChatType[])[] SortOrder = {
(Language.Options_Tabs_ChannelTypes_Special, new[] {
ChatType.Debug,
ChatType.Urgent,
ChatType.Notice,
}),
(Language.Options_Tabs_ChannelTypes_Chat, new[] {
ChatType.Say,
ChatType.Yell,