Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a registry key for choosing config menu view
Add a new registry key (DWORD): config_menu_vew possible values: 0 (auto), 1 (flat), 2 (nested). Default value is 0 which renders nested menu if the number of configs is > 50, else displays the current flat view. To force the flat menu view set it to 1. A value of 2 forces the nested view even if there are only a few configs. A new command line option "--config_menu_view n" does the same. Command line options take precedence over any value set in the registry. Signed-off-by: Selva Nair <[email protected]>
- Loading branch information