mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-09 09:26:22 +00:00
ShowHiddenThings: fix find for show members page in settings
This commit is contained in:
parent
c5d3afa514
commit
70e93d8a1a
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export default definePlugin({
|
|||
},
|
||||
// disable redirect to sidebar
|
||||
{
|
||||
find: /\i\.isCommunity\(\).{0,300}WindowLaunchIcon/,
|
||||
find: "GuildSettingsMembersRow",
|
||||
predicate: () => settings.store.showMembersPageInSettings,
|
||||
replacement: {
|
||||
match: /\i\.isCommunity\(\)/,
|
||||
|
|
Loading…
Reference in a new issue