mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 04:11:36 +00:00
Merge branch 'main' into debug-menu
This commit is contained in:
commit
f4406cd8d0
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ public:
|
||||||
|
|
||||||
bool IsHidden() override
|
bool IsHidden() override
|
||||||
{
|
{
|
||||||
return isHidden;
|
return isHidden && !IsLoadedFromConfig;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ReadValue(toml::v3::ex::parse_result& toml) override
|
void ReadValue(toml::v3::ex::parse_result& toml) override
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue