ShowHiddenThings: Allow opening mod view on yourself (#3045)
This commit is contained in:
parent
5fb63246ca
commit
23c9e2ce22
1 changed files with 9 additions and 0 deletions
|
@ -75,6 +75,15 @@ export default definePlugin({
|
||||||
replace: "$1$2arguments[0].member.highestRoleId]",
|
replace: "$1$2arguments[0].member.highestRoleId]",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// allows you to open mod view on yourself
|
||||||
|
{
|
||||||
|
find: ".MEMBER_SAFETY,{modViewPanel:",
|
||||||
|
predicate: () => settings.store.showModView,
|
||||||
|
replacement: {
|
||||||
|
match: /\i(?=\?null)/,
|
||||||
|
replace: "false"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
find: "prod_discoverable_guilds",
|
find: "prod_discoverable_guilds",
|
||||||
predicate: () => settings.store.disableDiscoveryFilters,
|
predicate: () => settings.store.disableDiscoveryFilters,
|
||||||
|
|
Loading…
Reference in a new issue