mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 02:58:36 -07:00
Port new naming scheme to apps
This commit is contained in:
@@ -11,7 +11,7 @@ void spi_mem_scene_read_set_random_filename(SPIMemApp* app) {
|
||||
size_t filename_start = furi_string_search_rchar(app->file_path, '/');
|
||||
furi_string_left(app->file_path, filename_start);
|
||||
}
|
||||
set_random_name(app->text_buffer, SPI_MEM_TEXT_BUFFER_SIZE);
|
||||
name_generator_make_auto(app->text_buffer, SPI_MEM_TEXT_BUFFER_SIZE, TAG);
|
||||
}
|
||||
|
||||
void spi_mem_scene_read_filename_on_enter(void* context) {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <gui/modules/text_input.h>
|
||||
#include <storage/storage.h>
|
||||
#include <toolbox/path.h>
|
||||
#include <toolbox/random_name.h>
|
||||
#include <toolbox/name_generator.h>
|
||||
#include "scenes/spi_mem_scene.h"
|
||||
#include "lib/spi/spi_mem_worker.h"
|
||||
#include "spi_mem_manager_icons.h"
|
||||
|
||||
Reference in New Issue
Block a user