[TD]fix default for KeepLabel

This commit is contained in:
wandererfan
2024-07-05 09:40:19 -04:00
committed by WandererFan
parent 335bf96188
commit 94940f950b
5 changed files with 34 additions and 1 deletions

View File

@@ -593,3 +593,9 @@ bool Preferences::useCameraDirection()
{
return getPreferenceGroup("General")->GetBool("UseCameraDirection", false);
}
bool Preferences::alwaysShowLabel()
{
return getPreferenceGroup("General")->GetBool("AlwaysShowLabel", false);
}