Sub menu display name, assert on text input.

This commit is contained in:
Dario
2025-01-31 22:13:09 -03:00
committed by Mr-Wiseguy
parent f8f15179f2
commit 26a030e059
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ void ModMenu::mod_configure_requested() {
}
}
config_sub_menu->enter(mod_details[active_mod_index].mod_id);
config_sub_menu->enter(mod_details[active_mod_index].display_name);
sub_menu_context.close();
// Reopen the context that was open when this function was called.