dropdown config type

This commit is contained in:
thecozies 2024-07-22 09:40:28 -05:00 committed by Mr-Wiseguy
parent e5a2ae6b96
commit 7bfd5f9bc8

View file

@ -110,6 +110,7 @@ void register_config_option(
break;
}
case ConfigOptionType::Dropdown:
case ConfigOptionType::RadioTabs: {
if (!validate_json_value_is_array(j, json_path, "values")) {
return;