配置生成逻辑优化
This commit is contained in:
@@ -29,9 +29,9 @@ public:
|
||||
});
|
||||
}
|
||||
|
||||
void from_json(const Psc::JSON* that_json, bool not_exist_use_default_value) {
|
||||
void from_json(const Psc::JSON* that_json) {
|
||||
settings.write([&](auto& value) {
|
||||
value.from_base_json(that_json, not_exist_use_default_value);
|
||||
value.from_base_json(that_json);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user