mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 08:29:36 +00:00
Add prefs for help and developer menu voices.
This commit is contained in:
parent
162ab5ce59
commit
18d7b267b8
5 changed files with 77 additions and 27 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue