Rewrite mod details under new UI system.

This commit is contained in:
Dario
2025-01-08 21:14:55 -03:00
committed by Mr-Wiseguy
parent 2c68c8bd29
commit 723340f3f9
31 changed files with 3765 additions and 377 deletions
-1
View File
@@ -20,7 +20,6 @@ static RecompElementConfig custom_elements[] = {
CUSTOM_ELEMENT("recomp-option-type-radio-tabs", recompui::ElementOptionTypeRadioTabs),
CUSTOM_ELEMENT("recomp-option-type-range", recompui::ElementOptionTypeRange),
CUSTOM_ELEMENT("recomp-mod-menu", recompui::ElementModMenu),
CUSTOM_ELEMENT("recomp-mod-details-panel", recompui::ElementModDetailsPanel),
};
void recompui::register_custom_elements() {