mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
fix: reset colors in SeString.CreateItemLink
This commit is contained in:
parent
0f30b8240c
commit
982755c4a2
1 changed files with 2 additions and 2 deletions
|
|
@ -211,8 +211,8 @@ public class SeString
|
|||
// arrow goes here
|
||||
new TextPayload(displayName),
|
||||
RawPayload.LinkTerminator,
|
||||
// sometimes there is another set of uiglow/foreground off payloads here
|
||||
// might be necessary when including additional text after the item name
|
||||
UIGlowPayload.UIGlowOff,
|
||||
UIForegroundPayload.UIForegroundOff,
|
||||
});
|
||||
payloads.InsertRange(3, TextArrowPayloads);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue