Remove obsolete experiments patch

This commit is contained in:
Nuckyz 2023-11-15 14:54:48 -03:00
parent 7b248ee309
commit af614465a4
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -77,15 +77,6 @@ export default definePlugin({
}
]
},
// Fix search history being disabled / broken with isStaff
{
find: '("showNewSearch")',
predicate: () => settings.store.enableIsStaff,
replacement: {
match: /(?<=showNewSearch"\);return)\s?/,
replace: "!1&&"
}
},
{
find: 'H1,title:"Experiments"',
replacement: {