[TD]fix default for KeepLabel
This commit is contained in:
@@ -593,3 +593,9 @@ bool Preferences::useCameraDirection()
|
||||
{
|
||||
return getPreferenceGroup("General")->GetBool("UseCameraDirection", false);
|
||||
}
|
||||
|
||||
|
||||
bool Preferences::alwaysShowLabel()
|
||||
{
|
||||
return getPreferenceGroup("General")->GetBool("AlwaysShowLabel", false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user