We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ceb01c commit a1a020fCopy full SHA for a1a020f
radio/src/gui/colorlcd/theme_manager.cpp
@@ -71,7 +71,7 @@ void ThemeFile::scanFile()
71
} else if (lineNo != 1) {
72
if (line[0] != ' ' && line[0] != '\t') {
73
char *pline = trim(line);
74
- if (line[strlen(line) - 1] != ':') {
+ if (line[strlen(line) - 1] != ':' && pline[0] != '#') {
75
TRACE("invalid yml file at line %d", lineNo);
76
return;
77
}
0 commit comments