mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -04:00
Fix WallpaperFree
This commit is contained in:
parent
c3f4967224
commit
d3ab1930aa
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ export default definePlugin({
|
|||
replace: "$&vcWpFreeCustom||"
|
||||
},
|
||||
{
|
||||
match: /(\i=)(.{1,50}""\))/,
|
||||
replace: "$1arguments[0].chatWallpaperState.vcWallpaperUrl||$2"
|
||||
match: /(\i=).{0,25}\.asset\):null/,
|
||||
replace: "$1arguments[0].chatWallpaperState.vcWallpaperUrl"
|
||||
},
|
||||
{
|
||||
match: /(\i\.isViewable&&)(null!=\i)/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue