Track modified settings

This commit is contained in:
Yukino Song
2025-04-10 05:53:53 +08:00
parent e2d058faae
commit 9cc0bc9296

View File

@@ -1092,6 +1092,7 @@ namespace config {
#else
BOOST_LOG(info) << "config: ["sv << name << "] -- ["sv << val << ']';
#endif
modified_config_settings[name] = val;
}
bool_f(vars, "headless_mode", video.headless_mode);