[TD]fix camera/front buttons on Proj Group dialog

This commit is contained in:
wandererfan
2024-07-04 09:11:52 -04:00
committed by WandererFan
parent ef568314fd
commit d98aa70d0e
6 changed files with 88 additions and 24 deletions

View File

@@ -589,3 +589,7 @@ int Preferences::BreakType()
}
bool Preferences::useCameraDirection()
{
return getPreferenceGroup("General")->GetBool("UseCameraDirection", false);
}

View File

@@ -135,6 +135,8 @@ public:
static int BreakType();
static bool useExactMatchOnDims();
static bool useCameraDirection();
};