mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-23 23:05:48 -04:00
config: fix hidden vars loaded from the toml not being written back
This commit is contained in:
@@ -338,7 +338,7 @@ public:
|
||||
|
||||
bool IsHidden() override
|
||||
{
|
||||
return isHidden;
|
||||
return isHidden && !IsLoadedFromConfig;
|
||||
}
|
||||
|
||||
void ReadValue(toml::v3::ex::parse_result& toml) override
|
||||
|
||||
Reference in New Issue
Block a user