Fix ImageZoom, SpotifyControls and ViewIcons (#2723)

Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
Masterjoona 2024-07-25 14:46:00 +03:00 committed by GitHub
parent 2044264729
commit bc801853e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 5 deletions

View file

@ -48,7 +48,7 @@ export default definePlugin({
},
patches: [
{
find: '"AccountConnected"',
find: "this.isCopiedStreakGodlike",
replacement: {
// react.jsx)(AccountPanel, { ..., showTaglessAccountPanel: blah })
match: /(?<=\i\.jsxs?\)\()(\i),{(?=[^}]*?userTag:\i,hidePrivateData:)/,