Add prefs for help and developer menu voices.

This commit is contained in:
Nicolo Maio 2023-05-08 12:42:27 +00:00
parent 162ab5ce59
commit 18d7b267b8
5 changed files with 77 additions and 27 deletions

View file

@ -2066,6 +2066,8 @@ local known_parameters = {
["toggle_internals_rrds"] = validateBool,
["toggle_local_hosts_one_way_ts"] = validateBool,
["toggle_dark_theme"] = validateBool,
["toggle_menu_voice_help"] = validateBool,
["toggle_menu_voice_developer"] = validateBool,
-- Input fields
["companion_interface"] = validateEmptyOr(validateInterface),