mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 22:05:11 +00:00
BetterSettings: fix context menu organisation
This commit is contained in:
parent
07d63e31ad
commit
00728074a2
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ export default definePlugin({
|
|||
find: "#{intl::USER_SETTINGS_ACTIONS_MENU_LABEL}",
|
||||
replacement: [
|
||||
{
|
||||
match: /=\[\];(\i)(?=\.forEach.{0,100}"logout"!==\i.{0,30}(\i)\.get\(\i\))/,
|
||||
match: /=\[\];(\i)(?=\.forEach.{0,200}?"logout"===\i.{0,100}?(\i)\.get\(\i\))/,
|
||||
replace: "=$self.wrapMap([]);$self.transformSettingsEntries($1,$2)",
|
||||
predicate: () => settings.store.organizeMenu
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue