This commit is contained in:
thororen1234 2024-06-01 15:34:40 -04:00
parent 93a96bc120
commit d18e1b2415
43 changed files with 6 additions and 9034 deletions

View file

@ -26,7 +26,7 @@ export default definePlugin({
authors: [EquicordDevs.Jaxx],
patches: [
{
find: ".displayName=\"SearchStore\";",
find: '"SearchStore",',
replacement: {
match: /(\i)\.offset=null!==\((\i)=(\i)\.offset\)&&void 0!==(\i)\?(\i):0/i,
replace: (_, v, v1, query, v3, v4) => `$self.main(${query}), ${v}.offset = null !== (${v1} = ${query}.offset) && void 0 !== ${v3} ? ${v4} : 0`