Fix WallpaperFree

This commit is contained in:
thororen1234 2025-05-19 16:29:11 -04:00
parent c3f4967224
commit d3ab1930aa
No known key found for this signature in database

View file

@ -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)/,