mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
ShowHiddenThings: Remove i18n find for show members page in settings
This commit is contained in:
parent
07f031b8e2
commit
7e7ab73860
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ export default definePlugin({
|
|||
}
|
||||
},
|
||||
{
|
||||
find: ".GUILD_SETTINGS_SAFETY_MODERATION_EXPERIENCE_ENABLED",
|
||||
find: ".GUILD_SETTINGS_MEMBERS_PAGE),",
|
||||
predicate: () => settings.store.showMembersPageInSettings,
|
||||
replacement: {
|
||||
match: /\i\.hasFeature\(\i\.\i\.ENABLED_MODERATION_EXPERIENCE_FOR_NON_COMMUNITY\)/,
|
||||
|
|
Loading…
Add table
Reference in a new issue