[TD]allow showing units on individual dimensions

This commit is contained in:
wandererfan
2025-01-24 13:04:00 -05:00
parent 836ad91f3d
commit a1933ff64f
7 changed files with 29 additions and 26 deletions

View File

@@ -682,3 +682,11 @@ bool Preferences::useLegacySvgScaling()
{
return getPreferenceGroup("General")->GetBool("LegacySvgScaling", false);
}
bool Preferences::showUnits()
{
return Preferences::getPreferenceGroup("Dimensions")->GetBool("ShowUnits", false);
}