unit tests and fixes
This commit is contained in:
parent
b65c9d2ab7
commit
a9be30e6e7
@ -1105,7 +1105,7 @@ void app_config::save() {
|
||||
recur_mutex_lock lock(read_write_mutex_);
|
||||
|
||||
auto file_path = get_config_file_path();
|
||||
if (not(config_changed_ || utils::file::file(file_path).exists())) {
|
||||
if (not config_changed_ && utils::file::file(file_path).exists()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user