Merge branch 'immediate-finds' into immediate-finds-modules-proxy

This commit is contained in:
Nuckyz 2024-06-21 18:32:58 -03:00
commit 8cfb289dc7
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -97,7 +97,7 @@ export const Toasts = {
} }
}; };
waitFor(filters.byCode("showToast"), m => { waitFor(filters.byProps("showToast"), m => {
Toasts.show = m.showToast; Toasts.show = m.showToast;
Toasts.pop = m.popToast; Toasts.pop = m.popToast;
}); });