was looking for menu items font in the wrong place
This commit is contained in:
parent
358c203df2
commit
b31189b91a
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (read_string(db, "menu.items.text.font", &s)) {
|
if (read_string(db, "menu.items.font", &s)) {
|
||||||
char *p;
|
char *p;
|
||||||
if (strstr(s, "shadow=y")) {
|
if (strstr(s, "shadow=y")) {
|
||||||
if ((p = strstr(s, "shadowoffset=")))
|
if ((p = strstr(s, "shadowoffset=")))
|
||||||
|
|
Loading…
Reference in a new issue