mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 21:53:04 -04:00
Fix CustomUserColors
This commit is contained in:
parent
31473c239c
commit
078bc546d0
1 changed files with 2 additions and 2 deletions
|
@ -81,9 +81,9 @@ export default definePlugin({
|
|||
patches: [
|
||||
{
|
||||
// this also affects name headers in chats outside of servers
|
||||
find: ".USERNAME),{",
|
||||
find: '"BaseUsername"',
|
||||
replacement: {
|
||||
match: /style:"username"===.{0,25}void 0/,
|
||||
match: /style:\i.{0,100}void 0:void 0/,
|
||||
replace: "style:{color:$self.colorIfServer(arguments[0])}"
|
||||
},
|
||||
noWarn: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue