Apply last commit to themes as well

This commit is contained in:
speedie 2023-06-12 00:31:33 +02:00
parent fdce53681d
commit ce30909e70

View file

@ -394,7 +394,7 @@ void theme_load(void) {
// look up
config_setting_lookup_int(conf, "width", &imagewidth); // theme.image.width
config_setting_lookup_int(conf, "height", &imageheight); // theme.image.height
config_setting_lookup_int(conf, "gaps", &imageheight); // theme.image.gaps
config_setting_lookup_int(conf, "gaps", &imagegaps); // theme.image.gaps
config_setting_lookup_int(conf, "position", &imageposition); // theme.image.position
}
}