Merge branch 'main' into debug-menu

This commit is contained in:
Hyper 2025-01-18 00:20:05 +00:00
commit f4406cd8d0

View file

@ -338,7 +338,7 @@ public:
bool IsHidden() override
{
return isHidden;
return isHidden && !IsLoadedFromConfig;
}
void ReadValue(toml::v3::ex::parse_result& toml) override