config: add <core><adaptiveSync>

This commit is contained in:
Johan Malm 2021-10-22 20:23:09 +01:00
parent d9253331cd
commit c48b9d44d1
6 changed files with 10 additions and 7 deletions

View file

@ -292,6 +292,8 @@ entry(xmlNode *node, char *nodename, char *content)
}
} else if (!strcmp(nodename, "gap.core")) {
rc.gap = atoi(content);
} else if (!strcmp(nodename, "adaptiveSync.core")) {
rc.adaptive_sync = get_bool(content);
} else if (!strcmp(nodename, "name.theme")) {
rc.theme_name = strdup(content);
} else if (!strcmp(nodename, "cornerradius.theme")) {