Armcord -> Legcord

This commit is contained in:
thororen1234 2024-10-23 12:51:02 -04:00
parent ebde2663d1
commit d9740a6989
2 changed files with 2 additions and 2 deletions

View file

@ -211,7 +211,7 @@ function ThemesTab() {
for (const { fileName, content } of themes) {
if (!fileName.endsWith(".css")) continue;
if ((!IS_WEB || "armcord" in window) && fileName.endsWith(".user.css")) {
if ((!IS_WEB || "legcord" in window) && fileName.endsWith(".user.css")) {
// handle it as usercss
const header = await usercssParse(content, fileName);