mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-12 19:43:33 -07:00
Allow name changer input to be empty (use default)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user