You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed Unit Conversion Precision Setting Ignore: Resolved an issue where unit conversions (e.g. 1 ft to in) would ignore the configured precision settings and output unrounded values (e.g., displaying 12.000000000000002 in instead of 12 in).
Fixed Missing Calculation Timeout Tooltip: Added the missing help description tooltip to the "Calculation timeout (seconds)" label in the Settings panel so that hovering/focusing on it now correctly shows the configuration guidance.