Implemented full flow stats preference (#9230)

This commit is contained in:
Manuel Ceroni 2025-05-21 12:50:10 +02:00 committed by GitHub
parent 5424c12bfc
commit 035009267a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 0 deletions

View file

@ -2207,6 +2207,7 @@ local known_parameters = {
-- PREFERENCES - see prefs.lua for details
-- Toggle Buttons
["toggle_enable_full_stats"] = validateBool,
["toggle_flow_begin"] = validateBool,
["flow_table_time"] = validateBool,
["flow_table_probe_order"] = validateBool,