mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 19:45:09 +00:00
StartupTimings: Fix duplicate find
This commit is contained in:
parent
0126090c8f
commit
41116f75b4
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ export default definePlugin({
|
|||
authors: [Devs.Megu],
|
||||
|
||||
patches: [{
|
||||
find: "#{intl::ACTIVITY_SETTINGS}",
|
||||
find: ".SEARCH_NO_RESULTS&&0===",
|
||||
replacement: [
|
||||
{
|
||||
match: /(?<=}\)([,;])(\i\.settings)\.forEach.+?(\i)\.push.+\)\)\}\))(?=\)\})/,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue