mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 19:45:09 +00:00
BetterSettings: fix menu organisation (#3793)
This commit is contained in:
parent
eb5a42dd87
commit
a824452333
1 changed files with 2 additions and 2 deletions
|
|
@ -124,8 +124,8 @@ export default definePlugin({
|
|||
find: "#{intl::USER_SETTINGS_ACTIONS_MENU_LABEL}",
|
||||
replacement: [
|
||||
{
|
||||
match: /=\[\];return (\i)(?=\.forEach)/,
|
||||
replace: "=$self.wrapMap([]);return $self.transformSettingsEntries($1)",
|
||||
match: /=\[\];if\((\i)(?=\.forEach)/,
|
||||
replace: "=$self.wrapMap([]);if($self.transformSettingsEntries($1)",
|
||||
predicate: () => settings.store.organizeMenu
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue