add codepoints for colored brackets around auto-translate text; minor fixes

This commit is contained in:
meli 2020-04-22 06:11:20 -07:00
parent 442fc9d137
commit 1832702a0a
6 changed files with 12 additions and 6 deletions

View file

@ -34,7 +34,7 @@ namespace Dalamud.Game.Chat.SeStringHandling.Payloads
{
get
{
return UIColor.UIGlow;
return (UIColor.UIGlow & 0xFFFFFF);
}
}