mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-09 17:36:23 +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
|
// disable redirect to sidebar
|
||||||
{
|
{
|
||||||
find: /\i\.isCommunity\(\).{0,300}WindowLaunchIcon/,
|
find: "GuildSettingsMembersRow",
|
||||||
predicate: () => settings.store.showMembersPageInSettings,
|
predicate: () => settings.store.showMembersPageInSettings,
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /\i\.isCommunity\(\)/,
|
match: /\i\.isCommunity\(\)/,
|
||||||
|
|
Loading…
Reference in a new issue