Colors the chatselector in the chatcolor (#3960)

Co-authored-by: Paul <ritter.paul1+git@googlemail.com>
This commit is contained in:
Paul Ritter
2021-05-10 19:49:12 +02:00
committed by GitHub
parent 7330ed5087
commit add711114c
3 changed files with 23 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
@@ -454,6 +454,7 @@ namespace Content.Client.Chat
{
SelectedChannel = toSelect;
_channelSelector.Text = ChannelSelectorName(toSelect);
_channelSelector.Modulate = ChatHelper.ChatColor(toSelect);
return true;
}
// keep current setting