mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-26 18:39:20 +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
|
// arrow goes here
|
||||||
new TextPayload(displayName),
|
new TextPayload(displayName),
|
||||||
RawPayload.LinkTerminator,
|
RawPayload.LinkTerminator,
|
||||||
// sometimes there is another set of uiglow/foreground off payloads here
|
UIGlowPayload.UIGlowOff,
|
||||||
// might be necessary when including additional text after the item name
|
UIForegroundPayload.UIForegroundOff,
|
||||||
});
|
});
|
||||||
payloads.InsertRange(3, TextArrowPayloads);
|
payloads.InsertRange(3, TextArrowPayloads);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue