[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);
|
||||
}
|
||||
|
||||
@@ -137,6 +137,7 @@ public:
|
||||
static bool useExactMatchOnDims();
|
||||
|
||||
static bool useCameraDirection();
|
||||
static bool alwaysShowLabel();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user