mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
add codepoints for colored brackets around auto-translate text; minor fixes
This commit is contained in:
parent
442fc9d137
commit
1832702a0a
6 changed files with 12 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ namespace Dalamud.Game.Chat.SeStringHandling.Payloads
|
|||
{
|
||||
get
|
||||
{
|
||||
return UIColor.UIGlow;
|
||||
return (UIColor.UIGlow & 0xFFFFFF);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue