fix: reset colors in SeString.CreateItemLink

This commit is contained in:
Haselnussbomber 2023-08-01 18:42:56 +02:00
parent 0f30b8240c
commit 982755c4a2

View file

@ -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);