Added dropdown option type

This commit is contained in:
thecozies
2024-07-22 09:46:04 -05:00
committed by Mr-Wiseguy
parent af432a60d5
commit a5f795fafe
12 changed files with 246 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ static RecompElementConfig custom_elements[] = {
CUSTOM_ELEMENT("recomp-config-option", recompui::ElementConfigOption),
CUSTOM_ELEMENT("recomp-option-type-checkbox", recompui::ElementOptionTypeCheckbox),
CUSTOM_ELEMENT("recomp-option-type-color", recompui::ElementOptionTypeColor),
CUSTOM_ELEMENT("recomp-option-type-dropdown", recompui::ElementOptionTypeDropdown),
CUSTOM_ELEMENT("recomp-option-type-radio-tabs", recompui::ElementOptionTypeRadioTabs),
CUSTOM_ELEMENT("recomp-option-type-range", recompui::ElementOptionTypeRange),
};