Allow name changer input to be empty (use default)

This commit is contained in:
Willy-JL
2023-04-23 14:04:54 +01:00
parent 2d794b32f5
commit 4f4895d08b
@@ -34,6 +34,8 @@ void xtreme_app_scene_misc_rename_on_enter(void* context) {
text_input_set_validator(text_input, xtreme_app_scene_misc_rename_validator, NULL);
text_input_set_minimum_length(text_input, 0);
text_input_set_result_callback(
text_input,
xtreme_app_scene_misc_rename_text_input_callback,