1
0
Fork 1
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:
Sqaaakoi 2024-12-23 17:09:50 +13:00
parent c5d3afa514
commit 70e93d8a1a
No known key found for this signature in database

View file

@ -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\(\)/,