mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 22:53:02 -04:00
Revert Patch
This commit is contained in:
parent
8f32016b99
commit
87a637aced
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ export default definePlugin({
|
|||
find: '("guildsnav")',
|
||||
replacement: [
|
||||
{
|
||||
match: /(?<=#{intl::SERVERS}\),children:)(\i)/g,
|
||||
replace: "$self.useFilteredGuilds($1)",
|
||||
match: /(?<=#{intl::SERVERS}\),children:)(\i)(\)?\.map\(\i\))/g,
|
||||
replace: "$self.useFilteredGuilds($1)$2",
|
||||
},
|
||||
// despite my best efforts, the above doesnt trigger a rerender
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue