Honour -c <file> on --reconfigure

This commit is contained in:
Johan Malm 2024-01-18 19:45:49 +00:00 committed by Johan Malm
parent 698c7ace07
commit dfb6664906
3 changed files with 5 additions and 4 deletions

View file

@ -47,7 +47,7 @@ static void
reload_config_and_theme(void)
{
rcxml_finish();
rcxml_read(NULL);
rcxml_read(rc.config_file);
theme_finish(g_server->theme);
theme_init(g_server->theme, rc.theme_name);