diff --git a/src/utils/quickCss.ts b/src/utils/quickCss.ts index 4ae2cde96..000a13cd1 100644 --- a/src/utils/quickCss.ts +++ b/src/utils/quickCss.ts @@ -65,9 +65,7 @@ async function initThemes() { const cssVars: string[] = []; // for UserCSS, we need to inject the variables - for (const theme of enabledThemes) { - if (!theme.endsWith(".user.css")) continue; - + for (const theme of enabledThemes) if (theme.endsWith(".user.css")) { const themeData = await VencordNative.themes.getThemeData(theme); if (!themeData) continue;