mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 15:27:43 +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
|
|
@ -17,7 +17,9 @@ namespace Dalamud.Game.Chat.SeStringHandling.Payloads
|
|||
{
|
||||
get
|
||||
{
|
||||
this.text ??= Resolve();
|
||||
// wrap the text in the colored brackets that is uses in-game, since those
|
||||
// are not actually part of any of the payloads
|
||||
this.text ??= $"\uE040 {Resolve()} \uE041";
|
||||
return this.text;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue