fix: small code quality and mismatch.

This commit is contained in:
MasterAcnolo
2026-06-28 21:34:00 +02:00
parent a56a070bc8
commit eebce83976
7 changed files with 9 additions and 10 deletions

View File

@@ -270,7 +270,6 @@ async function loadThemesFromFolder() {
if (fs.statSync(filePath).isDirectory()) {
const theme = await loadThemeFromFolder(filePath, themeId);
if (theme) themes.push(theme);
continue;
}
}