mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-25 14:27:01 -04:00
Fixes
This commit is contained in:
parent
93a96bc120
commit
d18e1b2415
43 changed files with 6 additions and 9034 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue