diff --git a/repertory/repertory/src/ui/mgmt_app_config.cpp b/repertory/repertory/src/ui/mgmt_app_config.cpp index f1e871ba..b5e7eb05 100644 --- a/repertory/repertory/src/ui/mgmt_app_config.cpp +++ b/repertory/repertory/src/ui/mgmt_app_config.cpp @@ -87,6 +87,7 @@ mgmt_app_config::mgmt_app_config() { utils::error::raise_error( function_name, utils::get_last_error_code(), fmt::format("failed to read file|{}", config_file)); + save(); } catch (const std::exception &ex) { utils::error::raise_error( function_name, ex, fmt::format("failed to read file|{}", config_file));