mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fix HideSevers Patch
This commit is contained in:
parent
bd4eac29a1
commit
2afca6fe2f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export default definePlugin({
|
|||
replace: "Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.In).concat($&)"
|
||||
},
|
||||
{
|
||||
match: /lastTargetNode.{0,300}\{\}\)\]\}\)\]/,
|
||||
match: /fixedDiscoveryIcon\}\)\}\)\]/,
|
||||
replace: "$&.concat(Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.Below))"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue