Fix store finds

This commit is contained in:
Nuckyz 2024-03-28 09:48:47 -03:00
parent de9122b05b
commit ec34412100
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
6 changed files with 9 additions and 9 deletions

View file

@ -41,7 +41,7 @@ export default definePlugin({
authors: [Devs.zt, Devs.Trwy],
patches: [
{
find: ".displayName=\"MaskedLinkStore\"",
find: '="MaskedLinkStore",',
replacement: {
match: /(?<=isTrustedDomain\(\i\){)return \i\(\i\)/,
replace: "return true"