Port new naming scheme to apps

This commit is contained in:
Willy-JL
2023-09-02 17:16:21 +02:00
parent 6d8ef70f28
commit 58355994ec
12 changed files with 21 additions and 21 deletions

View File

@@ -16,7 +16,7 @@ void nfc_maker_scene_save_on_enter(void* context) {
text_input_set_header_text(text_input, "Save the NFC tag:");
set_random_name(app->save_buf, BIG_INPUT_LEN);
name_generator_make_auto(app->save_buf, BIG_INPUT_LEN, "NFC");
text_input_set_result_callback(
text_input,