Add styles.

This commit is contained in:
Dario
2025-01-12 23:54:54 -03:00
committed by Mr-Wiseguy
parent 319788b5ba
commit a60fb5b65e
9 changed files with 751 additions and 641 deletions
+1 -4
View File
@@ -81,10 +81,7 @@ void ModMenu::refresh_mods() {
void ModMenu::create_mod_list() {
// Clear the contents of the list scroll.
for (ModEntry *entry : mod_entries) {
delete entry;
}
list_scroll_container->clear_children();
mod_entries.clear();
// Create the child elements for the list scroll.