Ven 2 years ago committed by GitHub
parent e6f759eecd
commit cf2bf2b43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,9 +121,8 @@ const cssRuntime = `
Object.assign(document.createElement("style"), {
textContent: ${cssText},
id: "vencord-css-core"
}),
{ once: true }
));
})
), { once: true });
`;
await Promise.all([

Loading…
Cancel
Save