make reload config affect welcome message and information menu

This commit is contained in:
Martin Michelsen
2023-09-24 09:22:49 -07:00
parent 5c48c75fdc
commit 7f7aaf920b
3 changed files with 93 additions and 99 deletions
-2
View File
@@ -290,11 +290,9 @@ Proxy session commands:\n\
} else if (type == "functions") {
auto config_json = this->state->load_config();
this->state->compile_functions();
this->state->create_menus(config_json);
} else if (type == "dol-files") {
auto config_json = this->state->load_config();
this->state->load_dol_files();
this->state->create_menus(config_json);
} else if (type == "config") {
auto config_json = this->state->load_config();
this->state->parse_config(config_json, true);