change display precision behavior to reference Hertz

This commit is contained in:
Jakob Ketterl
2021-03-01 01:19:06 +01:00
parent 6bd47cf914
commit d81f0ae96c
7 changed files with 29 additions and 16 deletions

View File

@ -126,10 +126,12 @@ class GeneralSettingsController(SettingsFormController):
),
Section(
"Display settings",
# TODO: custom input for this?
NumberInput(
"frequency_display_precision",
"Frequency display precision",
infotext="Number of decimal digits to show on the frequency display",
"tuning_precision",
"Tuning precision",
infotext="Specifies the precision of the frequency tuning display as an exponent of 10, in Hertz. "
+ "Setting this to 1 means 10Hz precision, 2 means 100Hz precision, etc.",
),
),
Section(